diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/Makefile.am | 1 | ||||
-rw-r--r-- | binutils/Makefile.in | 1 |
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 |