From 6a0735efa4f54453c216c0e44687480536cb366d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 14 Oct 2002 12:06:04 +0000 Subject: * Makefile.am: Run "make dep-am". (BFD_H_FILES): Remove version.h. * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move.. * version.h: ..to here. * configure.in (bfd_version_date): Remove. (AC_OUTPUT): Make bfdver.h from version.h. * bfd.c: #include "bfdver.h". * vms-hdr.c: Likewise. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. --- bfd/bfd-in.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bfd/bfd-in.h') diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index f30e20d..5741f64 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -41,10 +41,6 @@ extern "C" { #endif #endif -#define BFD_VERSION @bfd_version@ -#define BFD_VERSION_DATE @bfd_version_date@ -#define BFD_VERSION_STRING @bfd_version_string@ - /* The word size used by BFD on the host. This may be 64 with a 32 bit target if the host is 64 bit, or if other 64 bit targets have been selected with --enable-targets, or if --enable-64-bit-bfd. */ -- cgit v1.1