summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 16:57:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 16:57:51 +0000
commitc327407bdc3c7213301f8aeed9097d8e4d3e623c (patch)
tree8b977055fbad6bbb1c0005bf070c0c3e31ec36d0 /win32
parent9bee6cf51fbbb4c813e92b8dece3e92a84c3d5ed (diff)
distclean verconf.h
* Makefile.in, win32/Makefile.sub (distclean-local): another generated header. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 10bb4003e0..2222b78b06 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -931,7 +931,7 @@ clean-local::
distclean-local::
$(Q)$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
- -$(Q)$(RM) $(INSTALLED_LIST:/=\) $(arch_hdrdir:/=\)\ruby\config.h
+ -$(Q)$(RM) $(INSTALLED_LIST:/=\) $(arch_hdrdir:/=\)\ruby\config.h verconf.h
-$(Q)$(RMDIRS) $(arch_hdrdir:/=\)\ruby
clean-rdoc distclean-rdoc realclean-rdoc: