From fdc030ab46a14be9c007d91f9bda47ad76e4b098 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 23 Nov 2012 19:41:13 +0800 Subject: Change default location of GEMS.active file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)),) -- cgit v1.2.3