diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-15 00:17:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-15 00:17:21 +0000 |
| commit | 857baaaaa8480749860927540012d7df8a92ce79 (patch) | |
| tree | 3a481ead0d2091dc32c700f2edd63330c02cb1a9 /win32 | |
| parent | c97cacf5cde00d7fbbc376dfee6fa7f8de248092 (diff) | |
* common.mk (.y.c): use SRC_FILE which contains slashes instead of
backslashes. [ruby-core:22891]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 37f9a8236..aa3bcaf55 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 |
