gencat: get rid of -o option, not needed and not supported on some systems
This commit is contained in:
@@ -11,4 +11,4 @@ SUFFIXES = .msg .cat
|
||||
|
||||
.msg.cat:
|
||||
$(RM) $@
|
||||
LANG=$(LANG) $(GENCAT) -o $@ $^ || $(RM) $@
|
||||
LANG=$(LANG) $(GENCAT) $@ $^ || $(RM) $@
|
||||
|
||||
Reference in New Issue
Block a user