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 \