From 3de31e69edf7f509e4907842435add124893ecfc Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 8 Jun 2010 09:26:34 +0000 Subject: merge revision(s) 28144: * configure.in: should replace COMMON_HEADERS if --with-winsock2 is specified. [ruby-dev:41521] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@28223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9eaab0be4d..656ae903f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -134,7 +134,7 @@ fake.rb: Makefile if RUBY_PLATFORM =~ /mswin|bccwin|mingw/; \ class File; \ remove_const :ALT_SEPARATOR; \ - ALT_SEPARATOR = "\\"; \ + ALT_SEPARATOR = "\\\\"; \ end; \ end; \ ' > $@ -- cgit v1.2.3