From 64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 9 Mar 2011 17:26:27 +0000 Subject: NetWare build overhaul in order to compile on Linux. Some more fixes ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079902 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUenvironment.inc | 2 +- build/NWGNUtail.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 941962c48e..c122b5eb38 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -64,7 +64,7 @@ endif # endif ifndef METROWERKS -METROWERKS = C:\Program Files\Metrowerks\CodeWarrior +METROWERKS = $(ProgramFiles)\Metrowerks\CodeWarrior endif # If LM_LICENSE_FILE isn't defined, define a variable that can be used to diff --git a/build/NWGNUtail.inc b/build/NWGNUtail.inc index fed7964a0a..5ab5e7fb40 100644 --- a/build/NWGNUtail.inc +++ b/build/NWGNUtail.inc @@ -230,7 +230,7 @@ $(OBJDIR)/$(NLM_NAME)_link.opt : $($(NLM_NAME)_LINKOPT_DEPENDS) @echo $(DL)-zerobss$(DL)>> $@ @echo $(DL)-o $(TARGET_nlm)$(DL)>> $@ ifneq "$(FILE_nlm_copyright)" "" - @-type $(FILE_nlm_copyright)$(DL)>> $@ + @$(CAT) $(FILE_nlm_copyright)>> $@ endif ifeq "$(RELEASE)" "debug" @echo $(DL)-g$(DL)>> $@ -- cgit v1.2.1