summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 03:42:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 03:42:25 +0000
commit739c8ffcee36f8e6df4a55fbfaf8a4e015e6c44a (patch)
tree8f320234e263c243e9d24df0369fcbc7a5135d5f /Makefile.in
parentcb71fee8d95d106d3be3c924b1fdac877d14c607 (diff)
configure.in: expand libdir_basename
* configure.in (libdir_basename): expand with multiarch in configure, not to defer the expansion till ruby.pc.in and mkmf.rb. [Bug #7874] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5a21b9fa47..7a9acaa06f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -34,7 +34,6 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libdir = @libdir@
-libdir_basename = @libdir_basename@
libexecdir = @libexecdir@
datarootdir = @datarootdir@
datadir = @datadir@