summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 975f127b6c..6f617c34d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,6 +122,8 @@ MANTYPE = @MANTYPE@
INSTALLED_LIST= .installed.list
MKMAIN_CMD = mkmain.sh
+
+SRC_FILE = $<
#### End of variables
all: