summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-01 02:36:17 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-01 02:36:17 +0000
commit555aa0f19239f23b715bc1f6b5b5668306ae3d4d (patch)
tree8d249142a017fc32b589685754cef7b08033a2a8 /bcc32
parent771461d920195ad2b446d1091eea10b75c1e8c04 (diff)
downloadruby-555aa0f19239f23b715bc1f6b5b5668306ae3d4d.tar.gz
ruby-555aa0f19239f23b715bc1f6b5b5668306ae3d4d.tar.xz
ruby-555aa0f19239f23b715bc1f6b5b5668306ae3d4d.zip
* bcc32/Makefile.sub: can use single quote character in DESTDIR.
[ruby-dev:26205] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8543 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 320ae0cc9..9498f8bc8 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -436,7 +436,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[ARGV[0]+Config::CONFIG['archdir']+'/**/*.tds'])" "$(DESTDIR:\=/)"
clean-local::
@$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib