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