(.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

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 \