Makefile: use /bin/echo for better portability.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-07-30 12:56:35 +02:00
parent 8e9b5f14af
commit b6f302dfc0
2 changed files with 12 additions and 10 deletions
+2
View File
@@ -152,6 +152,8 @@ tc_list =
tc_objdump_disasm_options =
# commands
ECHO_e = /bin/echo -e
ECHO_E = /bin/echo -E
PERL = perl
PYTHON = python
UNIX2DOS := $(PERL) -i -pe 's/$$/\r/;'