diff options
author | Tom Tromey <tromey@redhat.com> | 1998-06-12 22:32:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-06-12 22:32:29 +0000 |
commit | 27a0ce88057948c102c96ed54b1d8a6c9622debf (patch) | |
tree | 7b8a484cd62204c50c502cc0831ba7c0ddf6303e /gprof/po/Make-in | |
parent | 365fac52c28551f07612563159f1350cb4091276 (diff) | |
download | gdb-27a0ce88057948c102c96ed54b1d8a6c9622debf.zip gdb-27a0ce88057948c102c96ed54b1d8a6c9622debf.tar.gz gdb-27a0ce88057948c102c96ed54b1d8a6c9622debf.tar.bz2 |
* po/Make-in (all-yes): If maintainer mode, depend on .pot file.
($(PACKAGE).pot): Unconditionally depend on POTFILES.
Diffstat (limited to 'gprof/po/Make-in')
-rw-r--r-- | gprof/po/Make-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/po/Make-in b/gprof/po/Make-in index e9ba51f..0552db1 100644 --- a/gprof/po/Make-in +++ b/gprof/po/Make-in @@ -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 |