diff options
-rw-r--r-- | NWGNUmakefile | 4 | ||||
-rw-r--r-- | build/NWGNUtail.inc | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 8f1a80fb60..4fa1afdf45 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -329,7 +329,7 @@ FILE_nlm_copyright = # FILES_nlm_Ximports = \ @netware.imp \ - @$(APR)/aprlib.imp \ + @aprlib.imp \ @libc.imp \ GetCurrentAddressSpace \ $(EOLIST) @@ -344,7 +344,7 @@ endif # Any symbols exported to here # FILES_nlm_exports = \ - @$(NWOS)/httpd.imp \ + @httpd.imp \ $(EOLIST) # 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)" "" |