From 661906c6824e992790c2558d9983eb606367f5cc Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 28 May 2012 12:10:23 +0900 Subject: should compile all mrblib files --- mrblib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrblib/Makefile b/mrblib/Makefile index 9a7e93596..c7226ddcd 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -63,7 +63,7 @@ $(MRBC) : ../src/opcode.h ../src/codegen.c ../src/parse.y # merge mruby sources $(RLIB) : $(MRBS) - $(CAT) $? > $@ + $(CAT) $(MRBS) > $@ # clean up .PHONY : clean -- cgit v1.2.3