libc/newlib/libc/sys
Ralf Wildenhues 04189ff92e all-local should depend upon crt0, not all.
* iconvdata/Makefile.am (all): Remove.
	* libc/sys/a29khif/Makefile.am (all-am): Rename from ...
	(all): ... this.
	* libc/sys/arc/Makefile.am: Likewise.
	* libc/sys/arm/Makefile.am: Likewise.
	* libc/sys/d10v/Makefile.am: Likewise.
	* libc/sys/decstation/Makefile.am: Likewise.
	* libc/sys/h8300hms/Makefile.am: Likewise.
	* libc/sys/h8500hms/Makefile.am: Likewise.
	* libc/sys/linux/Makefile.am: Likewise.
	* libc/sys/linux/machine/i386/Makefile.am: Likewise.
	* libc/sys/m88kbug/Makefile.am: Likewise.
	* libc/sys/mmixware/Makefile.am: Likewise.
	* libc/sys/netware/Makefile.am: Likewise.
	* libc/sys/rdos/Makefile.am: Likewise.
	* libc/sys/rtems/Makefile.am: Likewise.
	* libc/sys/sh/Makefile.am: Likewise.
	* libc/sys/sparc64/Makefile.am: Likewise.
	* libc/sys/sun4/Makefile.am: Likewise.
	* libc/sys/sysmec/Makefile.am: Likewise.
	* libc/sys/sysnec810/Makefile.am: Likewise.
	* libc/sys/sysnecv850/Makefile.am: Likewise.
	* libc/sys/sysvi386/Makefile.am: Likewise.
	* libc/sys/sysvnecv70/Makefile.am: Likewise.
	* libc/sys/tic80/Makefile.am: Likewise.
	* libc/sys/w65/Makefile.am: Likewise.
	* libc/sys/z8ksim/Makefile.am: Likewise.
	* iconvdata/Makefile.in: Regenerate.
	* libc/sys/a29khif/Makefile.in: Likewise.
	* libc/sys/arc/Makefile.in: Likewise.
	* libc/sys/arm/Makefile.in: Likewise.
	* libc/sys/d10v/Makefile.in: Likewise.
	* libc/sys/decstation/Makefile.in: Likewise.
	* libc/sys/h8300hms/Makefile.in: Likewise.
	* libc/sys/h8500hms/Makefile.in: Likewise.
	* libc/sys/linux/Makefile.in: Likewise.
	* libc/sys/linux/machine/i386/Makefile.in: Likewise.
	* libc/sys/m88kbug/Makefile.in: Likewise.
	* libc/sys/mmixware/Makefile.in: Likewise.
	* libc/sys/netware/Makefile.in: Likewise.
	* libc/sys/rdos/Makefile.in: Likewise.
	* libc/sys/rtems/Makefile.in: Likewise.
	* libc/sys/sh/Makefile.in: Likewise.
	* libc/sys/sparc64/Makefile.in: Likewise.
	* libc/sys/sun4/Makefile.in: Likewise.
	* libc/sys/sysmec/Makefile.in: Likewise.
	* libc/sys/sysnec810/Makefile.in: Likewise.
	* libc/sys/sysnecv850/Makefile.in: Likewise.
	* libc/sys/sysvi386/Makefile.in: Likewise.
	* libc/sys/sysvnecv70/Makefile.in: Likewise.
	* libc/sys/tic80/Makefile.in: Likewise.
	* libc/sys/w65/Makefile.in: Likewise.
	* libc/sys/z8ksim/Makefile.in: Likewise.
2009-08-19 20:04:45 +00:00
..
a29khif all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
arc all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
arm all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
d10v all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
decstation all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
h8300hms all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
h8500hms all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
linux all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
m88kbug all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
mmixware all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
netware all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
rdos all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
rtems all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sh all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sparc64 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sun4 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sysmec all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sysnec810 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sysnecv850 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sysvi386 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
sysvnecv70 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
tic80 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
w65 all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
z8ksim all-local should depend upon crt0, not all. 2009-08-19 20:04:45 +00:00
Makefile.am * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
Makefile.in * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
aclocal.m4 * configure: Regenerate for new libtool. 2008-09-29 15:40:48 +00:00
configure 2008-12-19 Jeff Johnston <jjohnstn@redhat.com> 2008-12-22 19:45:56 +00:00
configure.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00