#596418 automake: rule-variable declaration in Makefile.am overrides rule generation

#596418#5
Date:
2010-09-11 08:13:08 UTC
From:
To:
(also impacts automake-1.9)

A rule-variable of the following form:

... is mistaken by automake by a custom production rule for "foo", and
it does not generate a production rule itself.

I could work around this behaviour with something like:
built both for host and target.  libnativefoo.a needs different
LDFLAGS and RANLIB definitions which automake does not apparently
allows to change.