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
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
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