Problem with -include target, make-3.81 bug?
James <[email protected]> Thu, 11 Mar 2010 15:07:50 -0800 (PST)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <7d9fd499-e1c7-44b6-8a33-9be4406fbe61@e19g2000prn.googlegroups.com> |
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