mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-07 16:43:22 +08: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:
parent
3270b340e8
commit
8ee7e2c0c8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user