summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 10:29:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-11 10:29:00 +0000
commit50ad0f58bbac0eaee8293ebe886b4fd3128fc89b (patch)
tree4518f38912b69dcb9bf667ac4c7d484880ce6acf /Makefile.in
parent1a9a3c394426eaeea17cc7b8dabbaded30c19aab (diff)
* win32/Makefile.sub (prelude.c): search from source directory,
not depending on VPATH, in parallel to r35135. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b96347e3d..19a7a91fb1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -173,6 +173,7 @@ INSTALLED_LIST= .installed.list
NEWLINE_C = newline.c
MINIPRELUDE_C = miniprelude.c
+PRELUDE_C = prelude.c
RBCONFIG = .rbconfig.time
SRC_FILE = $<