From e3e71e27a4e81ec1472b900eafec1ebcf583f20e Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 19 May 2005 23:49:52 +0000 Subject: * 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. --- binutils/ChangeLog | 7 ++++++- binutils/Makefile.am | 1 + binutils/Makefile.in | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'binutils') 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 + + * Makefile.am: Have 'all' depend on 'info'. + * Makefile.in: Regenerate. + 2005-05-19 Ben Elliston * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding @@ -10,7 +15,7 @@ 2005-05-15 Yitzchak Scott-Thoennes - * deflex.l: Ignore CRs + * deflex.l: Ignore CRs 2005-05-15 Daniel Jacobowitz 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 -- cgit v1.1