Re: incorrect error message

2004-09-17 Thread Boris Kolpackov
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/

Re: incorrect error message

2004-09-17 Thread Paul D. Smith
%% 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

Re: incorrect error message

2004-09-16 Thread Boris Kolpackov
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

Re: incorrect error message

2004-09-16 Thread Boris Kolpackov
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 > =