mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (clean): add $(MAINOBJ)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
806d838cb0
commit
a2fc17bb81
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue