summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-21 01:26:02 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-21 01:26:02 +0000
commit072c1fb80280f491b7c92d946d6e8415b598b933 (patch)
tree2f891f60a14924c89fd73db8bf9c3c865f5822c5 /bcc32
parent3c57fd294fd6a14c47ab1d906c100efbd0fa616f (diff)
downloadruby-072c1fb80280f491b7c92d946d6e8415b598b933.tar.gz
ruby-072c1fb80280f491b7c92d946d6e8415b598b933.tar.xz
ruby-072c1fb80280f491b7c92d946d6e8415b598b933.zip
* bcc32/Makefile.sub: tds files were not deleted when DESTDIR
included '\' path delimiter. [ruby-dev:26193] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 0e4a1607c..507af0317 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -442,7 +442,7 @@ $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb
post-install-ext::
$(MINIRUBY) -I$(srcdir)lib -rrbconfig -rfileutils \
- -e 'FileUtils.rm_f(Dir["$(DESTDIR)"+Config::CONFIG["archdir"]+"/**/*.tds"])'
+ -e "FileUtils.rm_f(Dir['$(DESTDIR)'+Config::CONFIG['archdir']+'/**/*.tds'])"
clean-local::
@$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib
OSZAR »