diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-18 04:09:27 +0100 |
commit | bab978c56e7dce2343bed85b9aac98cee8b856e8 (patch) | |
tree | b03a7bdcbb9299641f0fc6d341b1344a6da42125 /build | |
parent | Update transforms (diff) | |
download | apache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.tar.xz apache2-bab978c56e7dce2343bed85b9aac98cee8b856e8.zip |
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/NWGNUenvironment.inc | 1 | ||||
-rw-r--r-- | build/NWGNUtail.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 1510747e54..87a7659f72 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -174,6 +174,7 @@ endif endif NOVI = $(NOVELLLIBC)/imports +PRELUDE = $(NOVI)/libcpre.o INCDIRS = $(NOVELLLIBC)/include; ifndef USE_STDSOCKETS diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 4b7701e8fd..efdd8f03f9 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -209,8 +209,6 @@ endif # Rules to build nlms. # -vpath libcpre.o $(NOVI) - # If we only have one target NLM then build it ifeq "$(words $(strip $(TARGET_nlm)))" "1" |