Jim wrote:

Noel Yap wrote:

This makefile works:

.PHONY: all

all: ;

include ticks

ticks:
    @touch $(@)


How do you know? Sure the rule is done, it doesn't mean that ticks is reloaded....

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

Reply via email to