On Tue, May 4, 2010 at 8:25 PM, Lee <[email protected]> wrote: > -include done > done:; @echo $(MAKE_VERSION); exit 1 > [ make-3.81 ] > 3.81 > (no Error in 3.81) >
This is conformant with the documentation: http://www.gnu.org/software/automake/manual/make/Include.html which says: If you want make to simply ignore a makefile which does not exist and cannot be remade, with no error message, use the -include directive instead of include, like this: -include filenames... -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
