diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-10-20 13:34:00 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-10-20 13:34:00 +0200 |
commit | 87c23244225ef7615ec81a8ed3b1ba7d1dc89694 (patch) | |
tree | 97f084315f959b90a31a034cd334473302f92450 /NWGNUmakefile | |
parent | NetWare build tweaks. (diff) | |
download | apache2-87c23244225ef7615ec81a8ed3b1ba7d1dc89694.tar.xz apache2-87c23244225ef7615ec81a8ed3b1ba7d1dc89694.zip |
Fixed c&p error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index dcedc07beb..9db13001f7 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -435,7 +435,7 @@ prebuild :: FORCE $(MAKE) -C srclib/pcre -f NWGNUmakefile $(CHKNOT) $(PREBUILD_INST)\nul mkdir $(PREBUILD_INST) -copy $(AP_WORK)\server\$(OBJDIR)\*.nlm $(PREBUILD_INST)\*.* - -copy $(AP_WORK)\srclib\pcre\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.* + -copy $(PCRE)\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.* # # Any specialized rules here |