diff options
| author | ruki <[email protected]> | 2015-11-22 23:26:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-11-22 23:26:05 +0800 |
| commit | 60b3c7b83b732652a0e3394220229b83c5f9f2fc (patch) | |
| tree | 0941c185d0fb5ea481a495ca77fd3333cc4c4c43 | |
| parent | 61715f00d43dbb91514425af5d637fc5e7219a7d (diff) | |
fix install bug for some linux system
| -rwxr-xr-x | core/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/makefile b/core/makefile index cde81728b..3c56f5b36 100755 --- a/core/makefile +++ b/core/makefile @@ -238,10 +238,10 @@ SED := sed -i endif # echo -ifeq ($(HOST),msys) -ECHO := echo -e +ifeq ($(HOST),mac) +ECHO := echo else -ECHO := echo +ECHO := echo -e endif # make upper |
