summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-16 01:40:34 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-16 01:40:34 +0000
commitcbd2767f22e402ee3951991b43969c179e8804fc (patch)
tree74c72b51a5bd702ca7b1a3f0a14ddb834adf8f62 /bcc32
parent37081282385758375e408a6c6a7df9a3b4ebd717 (diff)
downloadruby-cbd2767f22e402ee3951991b43969c179e8804fc.tar.gz
ruby-cbd2767f22e402ee3951991b43969c179e8804fc.tar.xz
ruby-cbd2767f22e402ee3951991b43969c179e8804fc.zip
* bcc32/Makefile.sub: quick hack... prepend DESTDIR.
still have restriction on DESTDIR ("", "/", "e:") git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8336 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 1fe854020..502e506b0 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -428,7 +428,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[File.join(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