* po/Make-in (all-yes): If maintainer mode, depend on .pot file.

($(PACKAGE).pot): Unconditionally depend on POTFILES.
This commit is contained in:
Tom Tromey 1998-06-12 22:25:09 +00:00
parent 1512548423
commit 365fac52c2
3 changed files with 1256 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Jun 12 13:30:17 1998 Tom Tromey <tromey@cygnus.com>
* po/Make-in (all-yes): If maintainer mode, depend on .pot file.
($(PACKAGE).pot): Unconditionally depend on POTFILES.
Fri Jun 12 13:34:02 1998 Doug Evans <devans@canuck.cygnus.com>
* elf.c (swap_out_syms): New arg relocatable_p.

1245
bfd/po/bfd.pot Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
Fri Jun 12 13:33:51 1998 Tom Tromey <tromey@cygnus.com>
* po/Make-in (all-yes): Depend on .pot file if maintainer mode
enabled.
($(PACKAGE).pot): Unconditionally depend on POTFILES.
Fri Jun 12 16:06:15 1998 Michael Meissner <meissner@cygnus.com>
* readelf.c (get_ppc_rel_type): New PowerPC support.