diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:17:41 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:17:41 +0100 |
commit | 77fda02c85a4f4d1a07813bdbf1fd1095adca884 (patch) | |
tree | 3ac25ec488f7f97c58c210e898f9af4a638831ff /build/NWGNUtail.inc | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-77fda02c85a4f4d1a07813bdbf1fd1095adca884.tar.xz apache2-77fda02c85a4f4d1a07813bdbf1fd1095adca884.zip |
NetWare build overhaul in order to compile on Linux.
Fixed some more paths and typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUtail.inc')
-rw-r--r-- | build/NWGNUtail.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index f63b5409b5..5e26365913 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -240,15 +240,16 @@ ifeq "$(RELEASE)" "debug" else @echo $(DL)-sym internal$(DL)>> $@ endif - @echo $(DL)-l $(NWOS)$(DL)>> $@ - @echo $(DL)-l $(AP)/$(OBJDIR)$(DL)>> $@ - @echo $(DL)-l $(APR)/$(OBJDIR)$(DL)>> $@ - @echo $(DL)-l $(APRUTIL)/$(OBJDIR)$(DL)>> $@ - @echo $(DL)-l $(PCRE)/$(OBJDIR)$(DL)>> $@ + @echo $(DL)-l $(SRC)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l $(HTTPD)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l $(SERVER)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l $(STDMOD)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l $(NWOS)/$(OBJDIR)$(DL)>> $@ + @echo $(DL)-l $(NWOS)$(DL)>> $@ + @echo $(DL)-l $(APR)/$(OBJDIR)$(DL)>> $@ + @echo $(DL)-l $(APR)$(DL)>> $@ + @echo $(DL)-l $(APRUTIL)/$(OBJDIR)$(DL)>> $@ + @echo $(DL)-l $(PCRE)/$(OBJDIR)$(DL)>> $@ @echo $(DL)-l "$(METROWERKS)/Novell Support/Metrowerks Support/Libraries/Runtime"$(DL)>> $@ @echo $(DL)-l "$(METROWERKS)/Novell Support/Metrowerks Support/Libraries/MSL C++"$(DL)>> $@ ifneq "$(IPV6)" "" |