aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Gray2004-03-04 22:53:14 +0000
committerJonathan Gray2004-03-04 22:53:14 +0000
commit1dbb73ee1276908898b0b63f53016c2a5565412a (patch)
tree829c998b31f5407d5294a25883d12671112f0e20 /Makefile
parent355e59ad6b6865afb9a0dd415b18e21d0722c30b (diff)
downloadscummvm-rg350-1dbb73ee1276908898b0b63f53016c2a5565412a.tar.gz
scummvm-rg350-1dbb73ee1276908898b0b63f53016c2a5565412a.tar.bz2
scummvm-rg350-1dbb73ee1276908898b0b63f53016c2a5565412a.zip
use printf instead of echo -n for the echo -n less solaris users
svn-id: r13192
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10f9644028..b4cd1962d1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CXX := c++
AR := ar cru
RANLIB := ranlib
MKDIR := mkdir -p
-ECHO := echo -n
+ECHO := printf
CAT := cat
RM := rm -f
RM_REC := $(RM) -r