diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-31 02:35:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-31 02:35:59 +0000 |
commit | 8ee7e2c0c8285fc8b76ec10d2394479397b87280 (patch) | |
tree | e626d6fd72c3619a6cafa4db72a1c2dcebf2b346 | |
parent | 3270b340e8d75f345eb3583294e56024f4e344d8 (diff) | |
download | coreutils-8ee7e2c0c8285fc8b76ec10d2394479397b87280.tar.xz |
(.po.mo): Reenable dependency and rule.
It is required when using native NLS, e.g. on Solaris.
From Marcus Daniels.
-rw-r--r-- | po/Makefile.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index fd0f4df0a..fc186c8c4 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 \ |