diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f8d6032af7..1131e5ad95 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 6 13:37:58 1997 Ian Lance Taylor + + * configure.in: Define TARGET in header file. + * acconfig.h (TARGET): Add #undef. + * Makefile.am (version.o, bucomm.o): Remove special targets. + * bucomm.c (target): Remove. + * nm.c (program_name): Don't declare. + (target): Make static. + * size.c (target): Make static. + * configure, config.in, Makefile.in: Rebuild. + Tue Aug 5 00:01:41 1997 Ian Lance Taylor * Makefile.am (check-DEJAGNU): Export r. diff --git a/binutils/acconfig.h b/binutils/acconfig.h index 4a847643a3..c38c529c90 100644 --- a/binutils/acconfig.h +++ b/binutils/acconfig.h @@ -5,6 +5,9 @@ /* Version of package. */ #undef VERSION +/* Configured target name. */ +#undef TARGET + /* Whether strstr must be declared even if is included. */ #undef NEED_DECLARATION_STRSTR