gencat: get rid of -o option, not needed and not supported on some systems

This commit is contained in:
Jon Trulson
2019-12-14 19:05:35 -07:00
parent c0a6f6c6e3
commit 617865da94
2 changed files with 50 additions and 50 deletions

View File

@@ -11,4 +11,4 @@ SUFFIXES = .msg .cat
.msg.cat:
$(RM) $@
LANG=$(LANG) $(GENCAT) -o $@ $^ || $(RM) $@
LANG=$(LANG) $(GENCAT) $@ $^ || $(RM) $@