Let's say makefile looks like all: exit 0 done: exit 1
-include done Before make version 3.81 (3.81beta1, 3.80, 3.79, etc) this used to issue an Error, but not in 3.81. I'd rather have this give an Error instead of ignoring it. Is this a bug? or a new feature. TIA JL