From 53f74d50ae341beb20e0f875a7ba7bf252c9101e Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 18 May 2012 17:36:43 +0900 Subject: update test/Makefile --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index cb6ac3a5e..d46fa7a3e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -81,10 +81,10 @@ $(CLIB) : $(RLIB) $(MRBC) $(INIT) # merge mruby sources $(RLIB) : $(ASSLIB) $(MRBS) - cat $? > $@ + cat $(ASSLIB) $(MRBS) > $@ # clean up .PHONY : clean clean : @echo "make: removing targets, objects and depend files of `pwd`" - -rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB) $(OBJS) $(EXE) + -rm -f $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB) $(OBJS) $(EXE) -- cgit v1.2.3