Not exactly; I know this page and the workaround described.
But the problem is that I don't even get the "No rule to make target" error:
make just stops and doesn't issue any error report. As far as I remember,
make 3.80 *did* display an error message.




On 3/27/07, Greg Chicares <[EMAIL PROTECTED]> wrote:

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
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to