aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-04 17:32:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-04 17:32:51 +0000
commit8eedcaa6b52f1318aab00f9c3000fdae80d22c52 (patch)
tree5eb0227bbd5b60753f457a19c66a9e6e9a672a5f /Makefile.in
parent45395fea94072d21692a0ad599e701895b493963 (diff)
downloadruby-8eedcaa6b52f1318aab00f9c3000fdae80d22c52.tar.gz
common.mk: move DEFAULT_PRELUDES
* common.mk (DEFAULT_PRELUDES): no longer configurable since r43278, move from Makefile.in and win32/Makefile.sub. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 04fb4834a9..df336c906b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -113,8 +113,6 @@ XRUBY_LIBDIR = @XRUBY_LIBDIR@
XRUBY_RUBYLIBDIR = @XRUBY_RUBYLIBDIR@
XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@
-DEFAULT_PRELUDES = $(GEM_PRELUDE)
-
#### End of system configuration section. ####
MAJOR= @MAJOR@