summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-11 01:49:04 +0000
committerJim Meyering <jim@meyering.net>1996-05-11 01:49:04 +0000
commit97775c5655d0d64ce4d07ab38aee3668c582a6cf (patch)
treee7cb48b0633837ca1870ec67b13c233c596f5834 /po
parent483e2421c9d01ad230a1f77fd60868144296f89c (diff)
downloadcoreutils-97775c5655d0d64ce4d07ab38aee3668c582a6cf.tar.xz
(all-yes): Always depend on CATALOGS. From Ulrich Drepper.
(.po.mo): Disable dependency and rule when not in maintainer mode.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index fd4515297..086e0ceb2 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -73,8 +73,8 @@ INSTOBJEXT = @INSTOBJEXT@
$(MAKE) $(PACKAGE).pot
$(MSGMERGE) $< $(srcdir)/$(PACKAGE).pot -o $*.pox
-.po.mo:
- $(MSGFMT) -o $@ $<
+@MAINT@.po.mo:
+@MAINT@ $(MSGFMT) -o $@ $<
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
@@ -87,7 +87,7 @@ INSTOBJEXT = @INSTOBJEXT@
all: all-@USE_NLS@
-all-yes all-gettext: cat-id-tbl.c @MAINT@$(CATALOGS) $(GMOFILES)
+all-yes all-gettext: cat-id-tbl.c $(CATALOGS) @MAINT@$(GMOFILES)
all-no:
$(PACKAGE).pot: $(POTFILES)