summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-31 15:19:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-31 15:19:27 +0000
commit420a708098527c816ab0437f58e111ecae9c2211 (patch)
tree1ff4e388342a562d9baffaf6790e70478f816825 /Makefile.in
parenta1f5d730fd1ac4187ceeba048d886ab1343cb6ef (diff)
* Makefile.in, configure.in: made EXTOUT configurable.
* ext/extmk.rb (extmake), lib/mkmf.rb: keep topdir as relative style. * lib/mkmf.rb: make extensions in depth order. [ruby-dev:25522] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 685b879dfc..f9938233c2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,7 @@ TESTUI = console
TESTS =
RDOCTARGET = @RDOCTARGET@
-EXTOUT = .ext
+EXTOUT = @EXTOUT@
RIDATADIR = $(DESTDIR)$(datadir)/ri/$(MAJOR).$(MINOR)/system
OUTFLAG = -o