-include foo.mk
.PHONY: all
all: foo.mk
@echo allSince there's no rule to create foo.mk, I'd expect the build to fail since all is dependent on foo.mk, but it seems that the -include turns off this error. Is this a bug?
Thanks, Noel
PS This throws a kink into the "delayed error message" workaround for "include" that I had proposed.
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
