summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
commitb5bb3816a61001a32b15b4f01c51780ccc9877da (patch)
tree93494832caa538866668322a14204271cf97ae6e /xml
parent72d4d5cb4e906f30501128cc711e7ef26c29a6e9 (diff)
downloadapr-b5bb3816a61001a32b15b4f01c51780ccc9877da.tar.gz
NetWare build overhaul in order to compile on Linux.
Part 4. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1078559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rw-r--r--xml/NWGNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/xml/NWGNUmakefile b/xml/NWGNUmakefile
index 182dd9841..20c419dcf 100644
--- a/xml/NWGNUmakefile
+++ b/xml/NWGNUmakefile
@@ -33,15 +33,15 @@ endif
$(EXPATSRC)/lib/%.h: $(EXPATSRC)/lib/%.hnw
@echo Creating $@
- $(call CP,$<,$@)
+ $(call COPY,$<,$@)
$(EXPATSRC)/lib/%.h: $(EXPATSRC)/lib/%.h.in
@echo Creating $@
- $(call CP,$<,$@)
+ $(call COPY,$<,$@)
$(EXPATSRC)/lib/%.h: $(CURDIR)/%.hnw
@echo Creating $@
- $(call CP,$<,$@)
+ $(call COPY,$<,$@)
vpath %.c $(EXPATSRC)/lib
@@ -286,5 +286,5 @@ clean ::
# in this makefile
#
-include $(APR_WORK)/build/NWGNUtail.inc
+include $(APRBUILD)/NWGNUtail.inc