mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
fix for posix systems (nw)
This commit is contained in:
parent
9b2b268cdf
commit
d4b6d7ea66
6
makefile
6
makefile
@ -1279,8 +1279,12 @@ else
|
||||
endif
|
||||
|
||||
%.mo: %.po
|
||||
ifeq (posix,$(SHELLTYPE))
|
||||
@echo "Converting translation $<..."
|
||||
else
|
||||
@echo Converting translation $<...
|
||||
$(SILENT) msgfmt --check --output-file $@ $<
|
||||
endif
|
||||
$(SILENT) msgfmt --check --output-file "$@" $<
|
||||
|
||||
#-------------------------------------------------
|
||||
# Regression tests
|
||||
|
Loading…
Reference in New Issue
Block a user