automake
[Top][All Lists]
Advanced

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

Re: 10-all-redirect.patch


From: Tom Tromey
Subject: Re: 10-all-redirect.patch
Date: 06 Mar 2001 11:13:00 -0700

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

Akim> FYI, here is the result on the fileutils:

Akim> @@ -307,8 +307,8 @@
Akim>                END { for (i in files) print i; }'`; \
Akim>         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
Akim>           || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
Akim> -all: all-redirect
Akim> -
Akim> +all: config.h
Akim> +       $(MAKE) $(AM_MAKEFLAGS) all-recursive

I'm concerned by this.
`all' should be the first target in Makefile.in.  But this makes it
look like it comes after TAGS.
Why?

Tom



reply via email to

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