From 3d935b64eb99a9386756b91a52d63df74828cf08 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 12 Jun 1998 22:39:34 +0000 Subject: [PATCH] * po/Make-in (all-yes): If maintainer mode, depend on .pot file. ($(PACKAGE).pot): Unconditionally depend on POTFILES. --- ld/ChangeLog | 5 +++++ ld/po/Make-in | 7 ++++--- opcodes/ChangeLog | 5 +++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 6dd4344..68e4d10 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 12 13:43:17 1998 Tom Tromey + + * po/Make-in (all-yes): If maintainer mode, depend on .pot file. + ($(PACKAGE).pot): Unconditionally depend on POTFILES. + Tue Jun 9 09:36:48 1998 Nick Clifton * ldlang.c (lang_finish): Add CONST type modifier to declaration diff --git a/ld/po/Make-in b/ld/po/Make-in index 82d3590..647b5b7 100644 --- a/ld/po/Make-in +++ b/ld/po/Make-in @@ -26,7 +26,7 @@ subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ +MKINSTALLDIRS = @MKINSTALLDIRS@ CC = @CC@ GENCAT = @GENCAT@ @@ -79,10 +79,10 @@ INSTOBJEXT = @INSTOBJEXT@ all: all-@USE_NLS@ -all-yes: $(CATALOGS) +all-yes: $(CATALOGS) @MAINT@ $(PACAKAGE).pot all-no: -$(srcdir)/$(PACKAGE).pot: @MAINT@ $(POTFILES) +$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in @@ -106,6 +106,7 @@ $(srcdir)/stamp-cat-id: $(PACKAGE).pot install: install-exec install-data install-exec: +install-info: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 37ce3a9..1a89864 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 12 13:40:38 1998 Tom Tromey + + * po/Make-in (all-yes): If maintainer mode, depend on .pot file. + ($(PACKAGE).pot): Unconditionally depend on POTFILES. + Fri Jun 12 11:04:06 1998 Andreas Schwab Fix problems when bfd_vma is wider than long. -- 2.7.4