summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-17 18:20:07 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-17 18:20:07 +0000
commit63df05817f0d848e83c81cbfbef9da43544f49a4 (patch)
tree86b79f663f9cbee3133f5ae29bdbcea4d0bda70c /build
parente33943d76e15fe6189c10cc0535a80dcca8217bc (diff)
downloadhttpd-63df05817f0d848e83c81cbfbef9da43544f49a4.tar.gz
NetWare build: dont make the svn revision file a dependency.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1483943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUtail.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc
index fca5ca94e4..db38ff6123 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