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

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

2010-11-11 Thread Ralf Wildenhues
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 subsequent 'make' fails because it is looking for the file in the old place (the .Plo dependency file

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 ralf.wildenh...@gmx.de 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 subsequent 'make' fails

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

2010-11-11 Thread Ralf Wildenhues
* 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 think that: - make clean should remove the dependency files if they're out of date/wrong That is

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 ralf.wildenh...@gmx.de 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 think that: - make