summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 02:51:35 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 02:51:35 +0000
commitcf705fdc6a72bedbd15d39e9172a0437178dd1bc (patch)
treeb16fddb7dd5734e544712684a13199bca0829ca2 /build
parent2003e1030ae0b8cd32322ae5755191b547f8b8f3 (diff)
downloadlibapr-cf705fdc6a72bedbd15d39e9172a0437178dd1bc.tar.gz
fixed NetWare expat build.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1003364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUmakefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile
index baf03d2fe..4e03f82c1 100644
--- a/build/NWGNUmakefile
+++ b/build/NWGNUmakefile
@@ -22,8 +22,7 @@ FILES_prebuild_headers = \
$(APRUTIL)/include/apr_ldap.h \
$(APRUTIL)/include/private/apu_config.h \
$(APRUTIL)/include/private/apu_select_dbm.h \
- $(APRUTIL)/xml/expat/lib/expat.h \
- $(APRUTIL)/xml/expat/lib/config.h \
+ $(APRUTIL)/xml/expat/lib/expat_config.h \
$(EOLIST)
nlms :: $(APR)/aprlib.imp
@@ -73,10 +72,6 @@ $(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.hnw
@echo Creating $(subst /,\,$@)
$(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F)
-$(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.h.in
- @echo Creating $(subst /,\,$@)
- $(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F)
-
#
# You can use this target if all that is needed is to copy files to the
# installation area
@@ -94,8 +89,7 @@ clean ::
$(CHK) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(DEL) $(subst /,\,$(APRUTIL))\include\apr_ldap.h
$(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_config.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_config.h
$(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h
- $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h
- $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h
+ $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h
$(CHK) $(subst /,\,$(APR))\aprlib.imp $(DEL) $(subst /,\,$(APR))\aprlib.imp
#