diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 06:53:39 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 06:53:39 +0000 |
| commit | 6b929e1faae767684a213ea0fec19ea4ad5cc4bd (patch) | |
| tree | 10bdc39a500f6ab5b924421985db682979f2930d /win32 | |
| parent | 11645bfb6dc25a3ca193f7f5a00d93a9abc44f95 (diff) | |
| download | ruby-6b929e1faae767684a213ea0fec19ea4ad5cc4bd.tar.gz ruby-6b929e1faae767684a213ea0fec19ea4ad5cc4bd.tar.xz ruby-6b929e1faae767684a213ea0fec19ea4ad5cc4bd.zip | |
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
removing rule of ext/ripper/y.output from common.mk to Makefiles
that depend on platforms.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index e9b1d1042..4a22eef1a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -556,6 +556,7 @@ distclean-local:: @$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\) @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc + @-$(RM) ext\ripper\y.output $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG) @$(MINIRUBY) $(srcdir)/win32/resource.rb \ |
