From a2fc17bb81a7ade35dc775516867c82e00e39074 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 11 Jan 2002 15:36:11 +0000 Subject: * Makefile.in (clean): add $(MAINOBJ) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 43ed440f4c..a7f1afd142 100644 --- a/Makefile.in +++ b/Makefile.in @@ -110,7 +110,7 @@ install: rbconfig.rb clean-ext:; @-@MINIRUBY@ -Cext extmk.rb clean 2> /dev/null || true clean: clean-ext - @rm -f $(OBJS) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY_ALIASES) + @rm -f $(OBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY_ALIASES) @rm -f ext/extinit.c ext/extinit.@OBJEXT@ dmyext.@OBJEXT@ @-@MINIRUBY@ -Cext extmk.rb clean 2> /dev/null || true @rm -f $(PROGRAM) miniruby$(EXEEXT) -- cgit v1.2.3