aboutsummaryrefslogtreecommitdiff
path: root/binutils
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 /binutils
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 'binutils')
-rw-r--r--binutils/ChangeLog7
-rw-r--r--binutils/Makefile.am1
-rw-r--r--binutils/Makefile.in1
3 files changed, 8 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f3d0b77..7a0d2f5 100644
--- a/binutils/ChangeLog
+++ b/binutils/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 Ben Elliston <bje@au.ibm.com>
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
@@ -10,7 +15,7 @@
2005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
- * deflex.l: Ignore CRs
+ * deflex.l: Ignore CRs
2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 143efbd..21c2d69 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -297,6 +297,7 @@ EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
diststuff: $(EXTRA_DIST) info
+all: info
DISTCLEANFILES = sysinfo sysroff.c sysroff.h \
site.exp site.bak
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 31f43bd..36098c4 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1050,6 +1050,7 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
diststuff: $(EXTRA_DIST) info
+all: info
Makefile: $(BFDDIR)/configure.in