summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 04:09:27 +0100
committerGuenter Knauf <fuankg@apache.org>2011-03-18 04:09:27 +0100
commitbab978c56e7dce2343bed85b9aac98cee8b856e8 (patch)
treeb03a7bdcbb9299641f0fc6d341b1344a6da42125 /build
parentUpdate transforms (diff)
downloadapache2-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.inc1
-rw-r--r--build/NWGNUtail.inc2
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"