From 359fe9dfdc80d846ad419e64cbaa4bb8ec29cd7c Mon Sep 17 00:00:00 2001 From: takahashim Date: Mon, 23 Apr 2012 10:20:36 +0900 Subject: force to remove mrblib/mrblib.d --- mrblib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mrblib/Makefile b/mrblib/Makefile index 8fc808cc4..ef60654fd 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -59,6 +59,7 @@ $(RLIB) : $(MRBS) .PHONY : clean clean : -rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) + -rm -f $(patsubst %.c,%.d,$(CLIB)) -rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1)) @echo "make: removing targets, objects and depend files of `pwd`" -- cgit v1.2.3