From b5bb3816a61001a32b15b4f01c51780ccc9877da Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 6 Mar 2011 20:13:35 +0000 Subject: 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 --- xml/NWGNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xml') 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 -- cgit v1.2.1