Re: Dependencies in BUILT_SOURCES

2006-06-08 Thread Jérôme Pouiller
Le Jeudi 8 Juin 2006 09:55, Ralf Wildenhues a écrit : > Hi Jérôme, > > Thanks for reporting this. > > * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:10:43PM CEST: > > This is not really a bug, but a lack of documentation. > > > > BUILT_SOURCES = templates.h data.h > > > > But my binary which ma

Re: Dependencies in BUILT_SOURCES

2006-06-08 Thread Ralf Wildenhues
Hi Jérôme, Thanks for reporting this. * Jérôme Pouiller wrote on Tue, Jun 06, 2006 at 06:10:43PM CEST: > > This is not really a bug, but a lack of documentation. > > BUILT_SOURCES = templates.h data.h > > But my binary which make templates.h depend of data.h. > So Automake cannot detect correc

Dependencies in BUILT_SOURCES

2006-06-07 Thread Jérôme Pouiller
Hi, This is not really a bug, but a lack of documentation. BUILT_SOURCES = templates.h data.h But my binary which make templates.h depend of data.h. So Automake cannot detect correctly dependencies and I need to add rule templates.h: data.h First, is it the best solution? Next, maybe it is