summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-15 00:17:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-15 00:17:21 +0000
commit28398e91f114f1b47d51965e03e5198e30268e18 (patch)
tree3a481ead0d2091dc32c700f2edd63330c02cb1a9 /win32
parent02136ebbb54e0cda1aa928a971d8ef59a4659735 (diff)
* common.mk (.y.c): use SRC_FILE which contains slashes instead of
backslashes. [ruby-core:22891] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 37f9a8236f..aa3bcaf55b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -271,6 +271,8 @@ INSTALLED_LIST= .installed.list
MKMAIN_CMD = mkmain.bat
+SRC_FILE = $(<:\=/)
+
!if !defined(WINMAINOBJ)
WINMAINOBJ = winmain.$(OBJEXT)
!endif