You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2011/04/05 03:44:00 UTC

svn commit: r1088842 - in /httpd/httpd: branches/2.2.x/build/NWGNUtail.inc trunk/build/NWGNUtail.inc

Author: fuankg
Date: Tue Apr  5 01:44:00 2011
New Revision: 1088842

URL: http://svn.apache.org/viewvc?rev=1088842&view=rev
Log:
Fixed NWGNUversion.inc target.

Modified:
    httpd/httpd/branches/2.2.x/build/NWGNUtail.inc
    httpd/httpd/trunk/build/NWGNUtail.inc

Modified: httpd/httpd/branches/2.2.x/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUtail.inc?rev=1088842&r1=1088841&r2=1088842&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/NWGNUtail.inc (original)
+++ httpd/httpd/branches/2.2.x/build/NWGNUtail.inc Tue Apr  5 01:44:00 2011
@@ -96,7 +96,7 @@ CPPOPT_DEPENDS	= $(CCOPT_DEPENDS)
 #
 
 ifneq ($(MAKECMDGOALS),clean)
-$(AP_WORK)/build/NWGNUversion.inc : $(AP_WORK)/build/nw_ver.awk $(AP_WORK)/include/ap_release.h
+$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h
 #	@echo Generating $@
 	@echo $(DL)GEN  $@$(DL)
 	$(AWK) -f $^ > $@

Modified: httpd/httpd/trunk/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUtail.inc?rev=1088842&r1=1088841&r2=1088842&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUtail.inc (original)
+++ httpd/httpd/trunk/build/NWGNUtail.inc Tue Apr  5 01:44:00 2011
@@ -96,7 +96,7 @@ CPPOPT_DEPENDS	= $(CCOPT_DEPENDS)
 #
 
 ifneq ($(MAKECMDGOALS),clean)
-$(AP_WORK)/build/NWGNUversion.inc : $(AP_WORK)/build/nw_ver.awk $(AP_WORK)/include/ap_release.h
+$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h
 #	@echo Generating $@
 	@echo $(DL)GEN  $@$(DL)
 	$(AWK) -f $^ > $@