From: Jim Meyering Date: Fri, 31 May 1996 02:35:59 +0000 (+0000) Subject: (.po.mo): Reenable dependency and rule. X-Git-Tag: TEXTUTILS-1_16~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee7e2c0c8285fc8b76ec10d2394479397b87280;p=thirdparty%2Fcoreutils.git (.po.mo): Reenable dependency and rule. It is required when using native NLS, e.g. on Solaris. From Marcus Daniels. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index fd0f4df0a4..fc186c8c49 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 -@MAINT@.po.mo: -@MAINT@ $(MSGFMT) -o $@ $< +.po.mo: + $(MSGFMT) -o $@ $< .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \