Hello,

On Sat, Jun 24, 2006 at 02:24:09PM +0200, Tom Bachmann wrote:
> a way to do this but $(eval include bar.mk),

Automake is not preprocessing the whole file, so there are easier
ways to fool it:

NULL =
$(NULL)include hoo

or

include = include
$(include) hoo

Have a nice day,
        Stepan


Reply via email to