summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-12 22:58:36 +0000
committerJim Meyering <jim@meyering.net>2004-01-12 22:58:36 +0000
commit680e412dd772b2bc5ce4d211c86e88b3fb42f7bd (patch)
tree209cd9d9474c1a5dc375ff1c50288ae5c04531ad /po
parentfae95887c4e8b6d3cb7fcf4b1f2e69ea59ac7145 (diff)
downloadcoreutils-680e412dd772b2bc5ce4d211c86e88b3fb42f7bd.tar.xz
Update from gettext-0.13.1.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index ee6009243..75c5d469a 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -8,7 +8,7 @@
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
#
-# Origin: gettext-0.12.2
+# Origin: gettext-0.13
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -88,7 +88,7 @@ all-no:
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
- test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
+ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@echo "touch stamp-po"
@echo timestamp > stamp-poT
@mv stamp-poT stamp-po