aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2005-05-19 23:49:52 +0000
committerZack Weinberg <zackw@panix.com>2005-05-19 23:49:52 +0000
commite3e71e27a4e81ec1472b900eafec1ebcf583f20e (patch)
tree892bbd72ab133b9902f039cd826f2f42a54a4026 /bfd/Makefile.am
parent27258dd41384e635a717b7c0cdd8b21df789b21b (diff)
downloadgdb-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/Makefile.am')
-rw-r--r--bfd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.