[EMAIL PROTECTED] wrote:
Author: bnicholes
Date: Tue Oct 23 16:27:15 2007
New Revision: 587694
URL: http://svn.apache.org/viewvc?rev=587694&view=rev
Log:
Allow the dependent .hw files in the include/private directory to be processed
as well.
@@ -65,6 +65,10 @@
@echo Creating $(subst /,\,$@)
copy $< $(subst /,\,$(APRUTIL))\include\private\$(@F)
+$(APRUTIL)/include/private/%.h: $(subst /,\,$(APRUTIL))\include\private\%.hw
+ @echo Creating $(subst /,\,$@)
+ copy $< $(subst /,\,$(APRUTIL))\include\private\$(@F)
+
$(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.hnw
@echo Creating $(subst /,\,$@)
copy $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F)
Silly question, but if both exist, which rule wins?