summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 02:26:23 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 02:26:23 +0000
commit3270b340e8d75f345eb3583294e56024f4e344d8 (patch)
tree5625fc660adccdf5abe46c0ad19471857538b6c6 /po
parent22978078f79fb77206f31934c3fbb0db5fddc11d (diff)
downloadcoreutils-3270b340e8d75f345eb3583294e56024f4e344d8.tar.xz
($(PACKAGE).pot): Depend on POTFILES only when using maintainer mode.
Reported by Karl Heuer.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 701d61c4b..fd0f4df0a 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