diff --git a/ChangeLog b/ChangeLog index 1ddabaf678..b06277a19e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 21 10:24:21 2005 Hirokazu Yamamoto + + * bcc32/Makefile.sub: tds files were not deleted when DESTDIR + included '\' path delimiter. [ruby-dev:26193] + Thu May 19 19:04:29 2005 speakillof * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index bac20a830d..320ae0cc99 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