diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-12 23:36:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-12 23:36:05 +0000 |
commit | 7e41967244f40444b201718d553503b957159e34 (patch) | |
tree | 7b0b79082c19be28a773188fbe99ffc7efbdd0dc /ld/ChangeLog | |
parent | 5cd989d5afea78a01a4777a5e4589b56c39de2f2 (diff) | |
download | gdb-7e41967244f40444b201718d553503b957159e34.zip gdb-7e41967244f40444b201718d553503b957159e34.tar.gz gdb-7e41967244f40444b201718d553503b957159e34.tar.bz2 |
* Makefile.am (HFILES): Remove config.h.
(EMULATION_OFILES, POTFILES): Move patch of May 14 from
Makefile.in to Makefile.am.
(earmcoff.c): Depend upon armcoff.em, not generic.em.
* po/Make-in (all-yes): Correct misspelling in $(PACKAGE).
($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT).
* Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 68e4d10..23c80ba 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Fri Jun 12 19:33:17 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (HFILES): Remove config.h. + (EMULATION_OFILES, POTFILES): Move patch of May 14 from + Makefile.in to Makefile.am. + (earmcoff.c): Depend upon armcoff.em, not generic.em. + * po/Make-in (all-yes): Correct misspelling in $(PACKAGE). + ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT). + * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild. + Fri Jun 12 13:43:17 1998 Tom Tromey <tromey@cygnus.com> * po/Make-in (all-yes): If maintainer mode, depend on .pot file. |