summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-11-23 19:41:13 +0800
committerDaniel Bovensiepen <[email protected]>2012-11-23 19:41:13 +0800
commitfdc030ab46a14be9c007d91f9bda47ad76e4b098 (patch)
tree6a2855ec78ec1574e8278dbe6a759af0b2fde33a /Makefile
parentc73fa1e1da8571f785f35f6bbac41920f6059c3e (diff)
downloadmruby-fdc030ab46a14be9c007d91f9bda47ad76e4b098.tar.gz
mruby-fdc030ab46a14be9c007d91f9bda47ad76e4b098.zip
Change default location of GEMS.active file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2617b11b..2174eef7b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
ifeq ($(strip $(ACTIVE_GEMS)),)
# the default file which contains the active GEMs
- ACTIVE_GEMS = mrbgems/GEMS.active
+ ACTIVE_GEMS = GEMS.active
endif
ifeq ($(strip $(COMPILE_MODE)),)