summaryrefslogtreecommitdiffstats
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
commit857baaaaa8480749860927540012d7df8a92ce79 (patch)
tree3a481ead0d2091dc32c700f2edd63330c02cb1a9 /Makefile.in
parentc97cacf5cde00d7fbbc376dfee6fa7f8de248092 (diff)
downloadruby-857baaaaa8480749860927540012d7df8a92ce79.tar.gz
ruby-857baaaaa8480749860927540012d7df8a92ce79.tar.xz
ruby-857baaaaa8480749860927540012d7df8a92ce79.zip
* 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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 975f127b6..6f617c34d 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: