From a2e551ecd68159a6380ff2ace46a7af0858ae9db Mon Sep 17 00:00:00 2001 From: ocean Date: Sat, 21 May 2005 01:26:02 +0000 Subject: * 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/branches/ruby_1_8@8493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index bac20a830..320ae0cc9 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['$(DESTDIR)'+Config::CONFIG['archdir']+'/**/*.tds'])" clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib -- cgit