bug#7374: Automake bug when moving files to different directory

2010-11-11 Thread Török Edwin
On Thu, 11 Nov 2010 21:38:01 +0100 Ralf Wildenhues wrote: > * Török Edwin wrote on Thu, Nov 11, 2010 at 09:10:56PM CET: > > On Thu, 11 Nov 2010 20:42:05 +0100 Ralf Wildenhues wrote: > > > * Török Edwin wrote on Thu, Nov 11, 2010 at 01:11:44PM CET: > > > > I thi

bug#7374: Automake bug when moving files to different directory

2010-11-11 Thread Török Edwin
On Thu, 11 Nov 2010 20:42:05 +0100 Ralf Wildenhues wrote: > Hi Török, > > thanks for the bug report. > > * Török Edwin wrote on Thu, Nov 11, 2010 at 01:11:44PM CET: > > Whenever I move a C/C++ file from a directory to another (and update > > Makefile.am), a subsequ

bug#7374: Automake bug when moving files to different directory

2010-11-11 Thread Török Edwin
Hi, Whenever I move a C/C++ file from a directory to another (and update Makefile.am), a subsequent 'make' fails because it is looking for the file in the old place (the .Plo dependency file actually). For exampling moving test1/Foo.c to test2/Foo.c results in this error: make: *** No rule to mak