This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
.PHONY and 1.6d
Am Mit, 2002-09-18 um 23.23 schrieb Alexandre Duret-Lutz:
> Please SHOUT LOUD if your package works with Automake 1.6.3 but
> doesn't with 1.6d.
I am experiencing many problems with autoconf-2.54+automake-1.6d with
several packages which worked flawlessly with
autoconf-2.54/automake-1.6.3.
Actually I am observing soooo many problems I am having difficulties to
bring isolated test cases :(
Here is one:
automake-1.6d complains about this:
# cat Makefile.am
.PHONY: foo
.PHONY: bar
# automake
Makefile.am:2: redefinition of `.PHONY'...
Makefile.am:1: ... `.PHONY' previously defined here.
Ralf