mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +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
|
endif
|
||||||
|
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
|
ifeq (posix,$(SHELLTYPE))
|
||||||
|
@echo "Converting translation $<..."
|
||||||
|
else
|
||||||
@echo Converting translation $<...
|
@echo Converting translation $<...
|
||||||
$(SILENT) msgfmt --check --output-file $@ $<
|
endif
|
||||||
|
$(SILENT) msgfmt --check --output-file "$@" $<
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# Regression tests
|
# Regression tests
|
||||||
|
Loading…
Reference in New Issue
Block a user