RE: File timing bug

2008-06-10 Thread Herbert Euler
This example is certainly simple, thanks. The Makefile isn't telling make that the rule for making c from d will also update b. Make caches modification times and doesn't know to invalidate its cache of b's time. Thank you for the information. So I think it is Makefile.in from GNU

RE: File timing bug

2008-06-09 Thread Herbert Euler
Hi, Perhaps due to my long and annoying description, one has difficulty in understanding what the problem I encountered was. Here I would provide a much shorter description. GNU Automake generates dependency tree like this in Makefile.in: [EMAIL PROTECTED]:~/tmp/k$ cat Makefile a: b

RE: File timing bug

2008-06-09 Thread Martin Dorey
] On Behalf Of Herbert Euler Sent: Monday, June 09, 2008 02:36 To: bug-make@gnu.org Subject: RE: File timing bug Hi, Perhaps due to my long and annoying description, one has difficulty in understanding what the problem I encountered was. Here I would provide a much shorter description. GNU Automake