automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUILT_SOURCES


From: Ralf Wildenhues
Subject: Re: BUILT_SOURCES
Date: Sat, 19 Dec 2009 08:11:03 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Russell,

beside the typo you already found,

* Russell Shaw wrote on Thu, Dec 17, 2009 at 02:07:40PM CET:
> bin_PROGRAMS = appmain
> 
> appmain_SOURCES = appmain.c
> nodist_appmain_SOURCES = gran.proc.tab.c

  BUILT_SOURCES = gran.proc.tab.c

> gran.proc.tab.c: gran.spec
>       eerat $< -o gran

the BUILT_SOURCES line should not be necessary for this to work at all.
Typically, it's needed for header files, where, during the first build,
`make' otherwise doesn't know that the header is needed at all, or for
which object files.

> Automake is 1.9.6 on debian/unstable

Please update to a newer Automake release, for any number of reasons,
including security-related ones.  The current release is 1.11.1.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]