From: Guenter Knauf Date: Fri, 17 May 2013 15:33:45 +0000 (+0000) Subject: NetWare build: dont make the svn revision file a dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907da188f97016a2002a678b0f3fe7b58b516285;p=thirdparty%2Fapache%2Fhttpd.git NetWare build: dont make the svn revision file a dependency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483867 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 3e85b369c18..7f13b94fe7d 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -97,9 +97,9 @@ CPPOPT_DEPENDS = $(CCOPT_DEPENDS) ifneq "$(MAKECMDGOALS)" "clean" ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_" -$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h $(SRC)/.svn/all-wcprops +$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h @echo $(DL)GEN $@$(DL) - $(AWK) -f $^ > $@ + $(AWK) -f $^ $(SRC)/.svn/all-wcprops > $@ -include $(APBUILD)/NWGNUversion.inc