From 28398e91f114f1b47d51965e03e5198e30268e18 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 Mar 2009 00:17:21 +0000 Subject: * 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 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') 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: -- cgit v1.2.3