summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-22 09:25:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-22 09:25:16 +0000
commit3918600fc0f1760b729f56dc10d0e7e76bba99a0 (patch)
treea1fa9f16e766b357d51345d99d17da7a508b948b /common.mk
parent2acf3b7747daaec63e6968fb1bbb540502c67f88 (diff)
downloadruby-3918600fc0f1760b729f56dc10d0e7e76bba99a0.tar.gz
ruby-3918600fc0f1760b729f56dc10d0e7e76bba99a0.tar.xz
ruby-3918600fc0f1760b729f56dc10d0e7e76bba99a0.zip
* common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c60371e31..a7bb2251c 100644
--- a/common.mk
+++ b/common.mk
@@ -103,7 +103,7 @@ install-doc: $(PROGRAM)
clean: clean-ext clean-local
clean-local::
@$(RM) $(OBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
- @$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT)
+ @$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(PREP) $(ARCHFILE)
clean-ext:
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) clean