summaryrefslogtreecommitdiff
path: root/build/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-11 18:47:15 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-11 18:47:15 +0000
commite7e98fa217bfd33191a534086770c1405b4bfa0c (patch)
tree284054889f815e2f6a683f73e3c2dc6710eeda33 /build/NWGNUmakefile
parentb1fda72bfe47dcfb6f8d5ae5f5b9786501a7defb (diff)
downloadhttpd-e7e98fa217bfd33191a534086770c1405b4bfa0c.tar.gz
NetWare build overhaul in order to compile on Linux.
Some more build fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r--build/NWGNUmakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index cdf91f53dc..30a1fd4e5c 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -22,7 +22,9 @@ FILES_prebuild_headers = \
$(PCRE)/pcre.h \
$(EOLIST)
-nlms :: chkapr $(NWOS)/httpd.imp $(NWOS)/chartables.c
+nlms :: libs $(NWOS)/httpd.imp
+
+libs :: chkapr $(NWOS)/chartables.c
$(NWOS)/httpd.imp : make_nw_export.awk nw_export.i
@echo $(DL)GEN $@$(DL)
@@ -58,11 +60,11 @@ $(PCRE)/%.h: $(PCRE)/%.hw
ifneq "$(BUILDTOOL_AS_NLM)" "1"
-$(NWOS)/chartables.c: dftables.exe $(PCRE)/dftables.c $(FILES_prebuild_headers)
+$(NWOS)/chartables.c: dftables.exe $(PCRE)/dftables.c
@echo $(DL)GEN $@$(DL)
$< $@
-%.exe: $(PCRE)/%.c
+%.exe: $(PCRE)/%.c $(PCRE)/config.h $(PCRE)/pcre.h
@echo $(DL)Creating Build Helper $@$(DL)
$(HOST_CC) $(HOST_CFLAGS) -DHAVE_CONFIG_H $< -o $@