aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-15 07:04:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-15 07:04:48 +0000
commitabc31b4ba0539e90ded72557212efc1fb23736c8 (patch)
tree33ca93613496083bf996c4e5e433323278f14f56 /Makefile.in
parent375ef2bade451e18f1ff7b4d8c335f09f37a3f5d (diff)
downloadruby-abc31b4ba0539e90ded72557212efc1fb23736c8.tar.gz
define RUBY_DEBUG_ENV only for main.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index bfb3ae32d3..f17579f6e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,6 +78,7 @@ MISSING = @LIBOBJS@ @ALLOCA@
LDSHARED = @LIBRUBY_LDSHARED@
DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(XLDFLAGS) $(ARCH_FLAG)
SOLIBS = @SOLIBS@
+ENABLE_DEBUG_ENV = @ENABLE_DEBUG_ENV@
MAINLIBS = @MAINLIBS@
ARCHMINIOBJS = @MINIOBJS@
DLNOBJ = @DLNOBJ@
@@ -195,6 +196,8 @@ MINIPRELUDE_C = miniprelude.c
PRELUDE_C = prelude.c
RBCONFIG = .rbconfig.time
+MAINSRC = $(MAINOBJ:@OBJEXT@=c)
+
SRC_FILE = $<
OS_SRC_FILE = $<
DEST_FILE = $@