Good day, Just want to follow up with another bug from the same area. Consider the following makefile:
-include bar
hello:
@echo hello
bar : foo
cp foo bar
Make fails even though the manual says that it will not:
" 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'..."
-boris
signature.asc
Description: Digital signature
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
