Yet another attempt to autodetect an appropriate "echo -e".

This commit is contained in:
Michael Brown
2007-12-07 14:25:02 -06:00
parent 27b414da81
commit 3ab571006e
2 changed files with 32 additions and 11 deletions

View File

@@ -73,6 +73,7 @@ TOUCH ?= touch
MKDIR ?= mkdir
CP ?= cp
ECHO ?= echo
PRINTF ?= printf
PERL ?= /usr/bin/perl
CC ?= $(CROSS_COMPILE)gcc
AS ?= $(CROSS_COMPILE)as