%% Noel Yap <[EMAIL PROTECTED]> writes: ny> include X emits a message even if make is able to build the ny> makefile and succeed. I want the message emitted with an error if ny> and only if the makefile doesn't exist and make doesn't know how ny> to build it.
You can't do that. If you don't use "-include" and instead just use "include", then make will throw an error itself in the case you mention above. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
