Noel Yap wrote:
This makefile works:How do you know? Sure the rule is done, it doesn't mean that ticks is reloaded....
.PHONY: all
all: ;
include ticks
ticks: @touch $(@)
Since we have this sort of thing in our makefiles, I'm pretty sure it gets reloaded. The above can easily be modified to show this.
Noel
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make