Paul D. Smith <[EMAIL PROTECTED]> writes:
> This sounds familiar to me: pls. send it. Thx.
Patch and test makefile are attached.
-boris
diff -u -b -B --minimal make-cvs-orig/file.c make-cvs-patched/file.c
--- make-cvs-orig/file.c2004-05-16 19:19:57.0 -0500
+++ make-cvs-patched/
%% Boris Kolpackov <[EMAIL PROTECTED]> writes:
bk> This is wrong since the second pattern rule, if tried, would
bk> succeed. The bug is in implicit.c line 399. I have a patch which
bk> will appear in make-bk6 patch-set. I can also submit a patch
bk> against make-cvs if there is any intere
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
> =