summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-09 17:26:27 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-09 17:26:27 +0000
commit64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b (patch)
tree24775522e908eda247b807966944b00a4f67b431 /build
parent10ad24bb7e6b9bd86d8cde50061698f33365d2f0 (diff)
downloadhttpd-64ab64f008bdfe4fc8bdc4e89790b94eb4d5708b.tar.gz
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
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc2
-rw-r--r--build/NWGNUtail.inc2
2 files changed, 2 insertions, 2 deletions
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)>> $@