GCC Makefile.in cleanup 2/n

Zack Weinberg zack@codesourcery.com
Fri Mar 7 02:36:00 GMT 2003


Nathanael Nerode <neroden@twcny.rr.com> writes:

> Since 'all' is defined at the top of the file, all.indirect is 
> unnecessary.  I pulled $(ALL) up to be with all:.  I pulled .SUFFIXES 
> up into the 'generic setup' section at the top.

It seems silly to have $(ALL) -- why not just 

 # This is the default target.
 # Set by autoconf to "all.internal" for a native build, or
 # "all.cross" to build a cross compiler.
 all: @ALL@

zw



More information about the Gcc-patches mailing list