* po/Make-in (all-yes): If maintainer mode, depend on .pot file.
authorTom Tromey <tromey@redhat.com>
Fri, 12 Jun 1998 22:32:29 +0000 (22:32 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 12 Jun 1998 22:32:29 +0000 (22:32 +0000)
        ($(PACKAGE).pot): Unconditionally depend on POTFILES.

gas/ChangeLog
gprof/ChangeLog
gprof/po/Make-in

index 2773134..f6210fb 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 12 13:36:54 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
 start-sanitize-sky
 Fri Jun 12 12:46:57 1998  Doug Evans  <devans@canuck.cygnus.com>
 
index 3f8de63..3961a80 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 12 13:40:05 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
+       ($(PACKAGE).pot): Unconditionally depend on POTFILES.
+
 Sun May 10 22:35:33 1998  Jeffrey A Law  (law@cygnus.com)
 
        * po/Make-in (install-info): New target.
index e9ba51f..0552db1 100644 (file)
@@ -79,10 +79,10 @@ INSTOBJEXT = @INSTOBJEXT@
 
 all: all-@USE_NLS@
 
-all-yes: $(CATALOGS)
+all-yes: $(CATALOGS) @MAINT@ $(PACKAGE).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