summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-14 12:06:04 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-14 12:06:04 +0000
commitb0c4595e8e752bcd60c079f3a6033a1fcbd202fd (patch)
treecb999dd03b5714723886874bb4bedcd408941e7d /bfd/bfd.c
parentf7f10a6353c616422c924d521b953f84ad59778e (diff)
downloadgdb-b0c4595e8e752bcd60c079f3a6033a1fcbd202fd.tar.gz
* 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.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index cfd77726a3e..bfcb95a69ab 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -196,6 +196,7 @@ CODE_FRAGMENT
*/
#include "bfd.h"
+#include "bfdver.h"
#include "sysdep.h"
#ifdef ANSI_PROTOTYPES