On 2007-3-27 10:32 UTC, Aviad Lahav wrote: > > 3. There's a problem in dependency files: > If there's "-include myfile.dep" and myfile.dep contains dependencies on > non-existing files (renamed or deleted .h files), make just stops with > no indicative error. I can see "failed to make .h file" in make -d, and > then all dependent targets are "given up". I didn't find where the > problem lies.
If this is the "No rule to make target ..." problem discussed here: http://make.paulandlesley.org/autodep.html#basic then here's a way to avoid it: http://make.paulandlesley.org/autodep.html#norule _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
