diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-07-21 00:52:21 -0700 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-07-21 00:52:21 -0700 |
| commit | e7b2812fbdb135338db7a5bade0db8a16dc772b2 (patch) | |
| tree | a39ce0f70953c2e5a530396623505ee16395d60f /Makefile | |
| parent | 0f58f43d7125de5144614de7b3c57db813d2464d (diff) | |
Fix stateview build and fix Makefile to use /bin/echo since builtin echo does not always support -e
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ else LIBS=sdl2 glew gl endif #Darwin -HAS_PROC:=$(shell if [ -d /proc ]; then echo -e -DHAS_PROC; fi) +HAS_PROC:=$(shell if [ -d /proc ]; then /bin/echo -e -DHAS_PROC; fi) CFLAGS:=-std=gnu99 -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration -Wno-unused-value -Wno-logical-op-parentheses $(HAS_PROC) FIXUP:= ifdef PORTABLE |
