diff options
author | Zack Weinberg <zackw@panix.com> | 2005-05-19 23:49:52 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2005-05-19 23:49:52 +0000 |
commit | e3e71e27a4e81ec1472b900eafec1ebcf583f20e (patch) | |
tree | 892bbd72ab133b9902f039cd826f2f42a54a4026 /bfd | |
parent | 27258dd41384e635a717b7c0cdd8b21df789b21b (diff) | |
download | gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.zip gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.tar.gz gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.tar.bz2 |
* bfd/Makefile.am, binutils/Makefile.am, etc/Makefile.in
* gas/Makefile.am: Have 'all' depend on 'info'.
* ld/Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
* bfd/Makefile.in, binutils/Makefile.in, gas/Makefile.in
* ld/Makefile.in: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f51ce73..c01b8de 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-05-19 Zack Weinberg <zack@codesourcery.com> + + * Makefile.am: Have 'all' depend on 'info'. + * Makefile.in: Regenerate. + 2005-05-19 Alan Modra <amodra@bigpond.net.au> * elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and diff --git a/bfd/Makefile.am b/bfd/Makefile.am index f66bccf..711cc72 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -647,7 +647,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) | LC_COLLATE= sort > tmp.bld \ && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in -diststuff: info +all diststuff: info # Various kinds of .o files to put in libbfd.a: # BFD_BACKENDS Routines the configured targets need. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index eb40b76..6845b5f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1251,7 +1251,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) | LC_COLLATE= sort > tmp.bld \ && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in -diststuff: info +all diststuff: info stamp-ofiles: Makefile rm -f tofiles |