I'd like to use a pattern rule to build a target, but I'd also like to add an order 
dependency.  For example:

%/.:
        mkdir -p $@

%.cc %.h: %.y
        $(BisonRule)

$(DIR)/my.cc: | $(DIR)/.
$(DIR)/my.h: | $(DIR)/.

Is this possible?  If not, would it make sense to make it possible?

Thanks,
Noel


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to