diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-14 08:02:03 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-14 08:02:03 +0000 |
commit | 9f3c5e76d05f8c4fa368b860b2fedb33e0fa9116 (patch) | |
tree | 088ca00900de27a61ab48112a77513c21a636fef /bcc32 | |
parent | 18061401ccace4d94bccd8a69466ef129684ed8f (diff) | |
download | ruby-9f3c5e76d05f8c4fa368b860b2fedb33e0fa9116.tar.gz |
* bcc32/Makefile.sub: failed to remove debug information files.
fixed: [ruby-dev:26034] (written by nobu)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 1fc6b2dd9e..a6dcc67cf9 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -427,7 +427,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[File.join(ARGV+[Config::CONFIG["archdir"],"**","*.tds"])])' "$(DESTDIR)" clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib |