You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2006/04/30 03:10:16 UTC

svn commit: r398265 - /httpd/httpd/branches/2.2.x/NWGNUmakefile

Author: bnicholes
Date: Sat Apr 29 18:10:14 2006
New Revision: 398265

URL: http://svn.apache.org/viewcvs?rev=398265&view=rev
Log:
Remove GENURI.nlm from the prebuild target

Modified:
    httpd/httpd/branches/2.2.x/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/NWGNUmakefile?rev=398265&r1=398264&r2=398265&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/NWGNUmakefile Sat Apr 29 18:10:14 2006
@@ -379,11 +379,9 @@
 prebuild :: FORCE
 	$(MAKE) -C server -f NWGNUMakefile
 	$(MAKE) -C srclib/pcre -f NWGNUMakefile
-	$(MAKE) -C $(APU_WORK)/uri -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 $(APU_WORK)\uri\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.*
 
 
 #