Small Makefile updates.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-06-12 12:46:56 +02:00
parent 2f2539cf34
commit 16c3f9fa9c
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -152,8 +152,9 @@ tc_list =
tc_objdump_disasm_options =
# commands
PERL = perl
PYTHON = python
UNIX2DOS := perl -i -pe 's/$$/\r/;'
UNIX2DOS := $(PERL) -i -pe 's/$$/\r/;'
# trim (strip) trailing whitespace
RTRIM := sed -e 's/[ $(tab)]*$$//'