This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

.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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]