From f849917a7084e288871e2864a41ae07cb2b7a830 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 6 Jan 2013 10:08:22 +0000 Subject: * win32/Makefie.sub: Fix build with VC. Patch by Charlie Savage. Fixes [ruby-core:51261] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index c71cbbf986..33756830c1 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -390,7 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c !else MINIPRELUDE_C = miniprelude.c !endif -RBCONFIG = .rbconfig.time +RBCONFIG = ./.rbconfig.time !include $(srcdir)/common.mk -- cgit v1.2.3