diff options
| -rw-r--r-- | mrblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
