summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 09:26:50 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 09:26:50 +0000
commit8f27f0b289c85f842067b35e57a738ade8f2da98 (patch)
tree249465976031073714282e0fecf6dbba465cf2cf /Makefile.in
parent609c9f44dabd7bb6bf1a058690aedbf443d7f3a0 (diff)
downloadruby-8f27f0b289c85f842067b35e57a738ade8f2da98.tar.gz
ruby-8f27f0b289c85f842067b35e57a738ade8f2da98.tar.xz
ruby-8f27f0b289c85f842067b35e57a738ade8f2da98.zip
* Makefile.in (distclean-local): removes Doxyfile and
run.gdb at distclean'ing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 926b82b42..b7313dd85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,6 +220,8 @@ clean-local::
distclean-local::
@$(RM) ext/config.cache $(RBCONFIG)
+ $(RM) Doxyfile
+ @-$(RM) run.gdb
-$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
-rmdir -p $(arch_hdrdir)/ruby