* configure.in: Define TARGET in header file.
authorIan Lance Taylor <ian@airs.com>
Wed, 6 Aug 1997 17:40:40 +0000 (17:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 Aug 1997 17:40:40 +0000 (17:40 +0000)
* 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.

binutils/ChangeLog
binutils/acconfig.h

index f8d6032..1131e5a 100644 (file)
@@ -1,3 +1,14 @@
+Wed Aug  6 13:37:58 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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  <ian@cygnus.com>
 
        * Makefile.am (check-DEJAGNU): Export r.
index 4a84764..c38c529 100644 (file)
@@ -5,6 +5,9 @@
 /* Version of package.  */
 #undef VERSION
 
+/* Configured target name.  */
+#undef TARGET
+
 /* Whether strstr must be declared even if <string.h> is included.  */
 #undef NEED_DECLARATION_STRSTR