summaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 07:25:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 07:25:42 +0000
commit9090b34798cb99d9ac86830f348b2b15d60d6440 (patch)
treeb2cf7b57dc6d455ad33975ecd7db10bc059a2ebe /win32/Makefile.sub
parent18954b41e555b807adaed0bc0cb0728774a48022 (diff)
downloadruby-9090b34798cb99d9ac86830f348b2b15d60d6440.tar.gz
ruby-9090b34798cb99d9ac86830f348b2b15d60d6440.tar.xz
ruby-9090b34798cb99d9ac86830f348b2b15d60d6440.zip
* cygwin/GNUmakefile.in (clean-local, distclean-local): remove
work files. * win32/Makefile.sub (clean-local): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 16636c364..6b6a17e9f 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -408,7 +408,7 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP)
$(AR) $(ARFLAGS)$@ -def:$<
clean-local::
- @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) ext\vc*.pdb
+ @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) ext\vc*.pdb miniruby.lib
@$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res
distclean-local::