diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 19:17:07 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 19:17:07 +0100 |
commit | 410da19e0dee2676eecf4f7f3b874ee8e9a049b9 (patch) | |
tree | 2880929cfe0cac359a0450bc7f09aa7632f132d7 /build/NWGNUtail.inc | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-410da19e0dee2676eecf4f7f3b874ee8e9a049b9.tar.xz apache2-410da19e0dee2676eecf4f7f3b874ee8e9a049b9.zip |
NetWare build overhaul in order to compile on Linux.
More fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUtail.inc')
-rw-r--r-- | build/NWGNUtail.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index 5e26365913..fed7964a0a 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -263,7 +263,7 @@ endif @echo $(DL)-l $(XML)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l $(SRC)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-nodefaults$(DL)>> $@ - @echo $(DL)-map $(OBJDIR)/$(NLM_NAME).map>> $@ + @echo $(DL)-map $(OBJDIR)/$(NLM_NAME).map$(DL)>> $@ ifneq "$(strip $(XLFLAGS))" "" @echo $(DL)$(XLFLAGS)$(DL)>> $@ endif @@ -271,7 +271,7 @@ ifneq "$(strip $(FILES_nlm_objs))" "" @echo $(DL)$(foreach objfile,$(strip $(FILES_nlm_objs)),$(objfile))$(DL)>> $@ endif ifneq "$(FILES_nlm_libs)" "" - @echo $(foreach libfile, $(notdir $(strip $(FILES_nlm_libs))),-l$(libfile))$(DL)>> $@ + @echo $(DL)$(foreach libfile, $(notdir $(strip $(FILES_nlm_libs))),-l$(libfile))$(DL)>> $@ endif @echo $(DL)-commandfile $(@:.opt=.def)$(DL)>> $@ @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt=.def) @@ -299,7 +299,7 @@ endif ifneq "$(NLM_CHECK_SYM)" "" @echo $(DL)check $(NLM_CHECK_SYM)$(DL)>> $(@:.opt=.def) endif - @echo $(strip $(NLM_FLAGS))$(DL)>> $(@:.opt=.def) + @echo $(DL)$(strip $(NLM_FLAGS))$(DL)>> $(@:.opt=.def) ifneq "$(FILES_nlm_modules)" "" @echo $(DL)module $(foreach module,$(subst $(SPACE),$(COMMA),$(strip $(FILES_nlm_modules))),$(module))$(DL)>> $(@:.opt=.def) endif |