Boris Kolpackov <[EMAIL PROTECTED]> writes:
> Also assume that there is a file `baz' in current directory.
That should be `bar', of course.
___
Bug-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-make
Bruno Haible <[EMAIL PROTECTED]> writes:
> To reproduce: In an otherwise empty directory, create this Makefile:
>
>
> %.erg : ../bar
> echo done
>
> %.erw : ../baz
> echo done
>
> foo.res : ../baz
> echo done
> =
An incorrect and highly onfusing error message of GNU make 3.80, on Linux x86.
To reproduce: In an otherwise empty directory, create this Makefile:
%.erg : ../bar
echo done
%.erw : ../baz
echo done
foo.res : ../baz
echo done
=