summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc/Makefile
diff options
context:
space:
mode:
authormattn <[email protected]>2012-04-20 10:56:12 +0900
committermattn <[email protected]>2012-04-20 10:56:12 +0900
commit975031cd2b51974f2d23834eeb502584c6442f14 (patch)
tree8c04e6bd722c71d0ccd2255c9e29d06643a0ce9b /tools/mrbc/Makefile
parente0d6430f63c4cbe0c71ce82ee23284671389a818 (diff)
downloadmruby-975031cd2b51974f2d23834eeb502584c6442f14.tar.gz
mruby-975031cd2b51974f2d23834eeb502584c6442f14.zip
fix Makefile: quoted CC/LL are heap up to each Makefiles.
Diffstat (limited to 'tools/mrbc/Makefile')
-rw-r--r--tools/mrbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile
index 767f5c074..ba7764b78 100644
--- a/tools/mrbc/Makefile
+++ b/tools/mrbc/Makefile
@@ -37,7 +37,7 @@ else
CFLAGS = -O3
endif
ALL_CFLAGS = -Wall -Werror-implicit-function-declaration $(CFLAGS)
-MAKE_FLAGS = --no-print-directory CC="$(CC)" LL="$(LL)"
+MAKE_FLAGS = --no-print-directory CC=$(CC) LL=$(LL)
##############################
# generic build targets, rules