diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.am | 1 | ||||
-rw-r--r-- | gas/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 36bedba..a73578d 100644 --- a/gas/ChangeLog +++ b/gas/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> * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. diff --git a/gas/Makefile.am b/gas/Makefile.am index 7ed4e0d..2e6072c 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -475,6 +475,7 @@ stamp-mk.com: vmsconf.sh Makefile EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c diststuff: $(EXTRA_DIST) info +all: info DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h diff --git a/gas/Makefile.in b/gas/Makefile.in index 51a50ab..ae48be4 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2941,6 +2941,7 @@ stamp-mk.com: vmsconf.sh Makefile $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com touch stamp-mk.com diststuff: $(EXTRA_DIST) info +all: info $(OBJS): @ALL_OBJ_DEPS@ |