From: Jim Meyering Date: Fri, 31 May 1996 02:26:23 +0000 (+0000) Subject: ($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode. X-Git-Tag: TEXTUTILS-1_16~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3270b340e8d75f345eb3583294e56024f4e344d8;p=thirdparty%2Fcoreutils.git ($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode. Reported by Karl Heuer. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 701d61c4b1..fd0f4df0a4 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -90,7 +90,7 @@ all: all-@USE_NLS@ all-yes all-gettext: cat-id-tbl.c $(CATALOGS) @MAINT@$(GMOFILES) all-no: -$(PACKAGE).pot: $(POTFILES) +$(PACKAGE).pot: @MAINT@$(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in