1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

(.po.mo): Reenable dependency and rule.

It is required when using native NLS, e.g. on Solaris.
From Marcus Daniels.
This commit is contained in:
Jim Meyering
1996-05-31 02:35:59 +00:00
parent 3270b340e8
commit 8ee7e2c0c8
+2 -2
View File
@@ -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 \