summaryrefslogtreecommitdiff
path: root/xml/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-12 18:32:36 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-12 18:32:36 +0000
commitedc8112604ec68a67ef94462ddafabf9c19c1934 (patch)
tree8e9ab2e7710d69a8fe43693411d133fd585bbd50 /xml/NWGNUmakefile
parent9d71d233b8d82f779d76e84a267b633d7e697e19 (diff)
downloadapr-edc8112604ec68a67ef94462ddafabf9c19c1934.tar.gz
more NetWare expat build improvements.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@793390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml/NWGNUmakefile')
-rw-r--r--xml/NWGNUmakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/xml/NWGNUmakefile b/xml/NWGNUmakefile
index 8a8df2c94..4cdf300cd 100644
--- a/xml/NWGNUmakefile
+++ b/xml/NWGNUmakefile
@@ -52,7 +52,7 @@ endif
# INCDIRS
#
XINCDIRS += \
- $(EXPATINC) \
+ $(EXPAT_INC) \
$(APR)/include \
$(APR)/include/private \
$(APR)/include/arch/NetWare \
@@ -274,10 +274,7 @@ nlms :: libs $(TARGET_nlm)
#
install :: nlms FORCE
-#del_file = $(shell if exist $(subst /,\,$(1)) $(DEL) $(subst /,\,$(1)))
-
clean ::
-# $(foreach file,$(EXPAT_prebuild_headers),$(call del_file,$(file)))
$(foreach file,$(EXPAT_prebuild_headers),$(shell if exist $(subst /,\,$(file)) $(DEL) $(subst /,\,$(file))))
#