From: Jim Meyering Date: Sat, 11 May 1996 01:49:04 +0000 (+0000) Subject: (all-yes): Always depend on CATALOGS. From Ulrich Drepper. X-Git-Tag: TEXTUTILS-1_14e~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97775c5655d0d64ce4d07ab38aee3668c582a6cf;p=thirdparty%2Fcoreutils.git (all-yes): Always depend on CATALOGS. From Ulrich Drepper. (.po.mo): Disable dependency and rule when not in maintainer mode. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index fd45152974..086e0ceb26 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)