You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2010/10/01 04:22:53 UTC

svn commit: r1003357 - /apr/apr/branches/1.3.x/build/NWGNUmakefile

Author: fuankg
Date: Fri Oct  1 02:22:53 2010
New Revision: 1003357

URL: http://svn.apache.org/viewvc?rev=1003357&view=rev
Log:
fixed NetWare expat build.

Modified:
    apr/apr/branches/1.3.x/build/NWGNUmakefile

Modified: apr/apr/branches/1.3.x/build/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/build/NWGNUmakefile?rev=1003357&r1=1003356&r2=1003357&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/build/NWGNUmakefile (original)
+++ apr/apr/branches/1.3.x/build/NWGNUmakefile Fri Oct  1 02:22:53 2010
@@ -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 /,
 	@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
 
 #