Revert "Changed echo command to work on linux". Was having issues with Ubuntu and Mac

This reverts commit 1e5d7c1a33.
This commit is contained in:
Sudar 2012-07-02 13:47:28 +05:30
parent f970cf406b
commit 8b99f165e7

View file

@ -476,7 +476,7 @@ NM = $(AVR_TOOLS_PATH)/avr-nm
REMOVE = rm -rf
MV = mv -f
CAT = cat
ECHO = echo -e
ECHO = echo
# General arguments
SYS_LIBS = $(patsubst %,$(ARDUINO_LIB_PATH)/%,$(ARDUINO_LIBS))