* coffdump.c (PROGRAM_VERSION): Delete.

(main <'V'>): Call print_version.
	* srconv.c: Likewise.
	* sysdump.c: Likewise.
	* version.c (program_version): Remove.
	(print_version): Use BFD_VERSION_STRING.  Just print the current
	year in copyright message.
	* addr2line.c (program_version): Remove unused declaration.
	* objdump.c (display_target_tables): Use BFD_VERSION_STRING in
	place of BFD_VERSION.
	* Makefile.am (Makefile): Depend on bfd/configure.in
	(cplus-dem.o): Depend on Makefile.
	Run "make dep-am"
	* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra
2001-10-02 06:02:12 +00:00
parent 7812ae365b
commit 6a8c2b0d5e
9 changed files with 255 additions and 214 deletions

View File

@@ -2733,7 +2733,7 @@ display_target_tables ()
static void
display_info ()
{
printf (_("BFD header file version %s\n"), BFD_VERSION);
printf (_("BFD header file version %s\n"), BFD_VERSION_STRING);
display_target_list ();
display_target_tables ();
}