summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-11 15:36:11 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-11 15:36:11 +0000
commiteaf9eddac65ca2a80039b8d0794cb9b8270c1950 (patch)
treef992097f3d354f91854aeeb6d258274f886f800b /Makefile.in
parent29c63b9f87699f63dce597d8322c3c34cdb0f818 (diff)
downloadruby-eaf9eddac65ca2a80039b8d0794cb9b8270c1950.tar.gz
ruby-eaf9eddac65ca2a80039b8d0794cb9b8270c1950.tar.xz
ruby-eaf9eddac65ca2a80039b8d0794cb9b8270c1950.zip
* Makefile.in (clean): add $(MAINOBJ)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 43ed440f4..a7f1afd14 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)