[EMAIL PROTECTED] wrote: > >Try: > > >-include .add_rules.mk > > Yes this did the trick! Thanks. > What is the meganism behind the -include in stead of include?
A '-' prefix tells make to ignore errors. The downside of this is that if the makefile can't be made, the build still proceeds. Noel -- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
