aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-30 12:57:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-30 12:57:25 +0000
commitafa4770aa63d6d08d4e3873861698feae142e3ed (patch)
tree472c67201c1a6548139a213b59ddf0f660a9c7fc /Makefile.in
parentc56eee05c6426733b66b4aa04a32bc7d6b474d65 (diff)
downloadruby-afa4770aa63d6d08d4e3873861698feae142e3ed.tar.gz
Makefile.in: ignore CDPATH
* Makefile.in (CDPATH): ignore and force to chdir from cwd. http://stackoverflow.com/questions/12885548/unable-to-build-ruby-1-9-3-on-lion git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38661 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 165b9f4a6c..c0f638fdcf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@ NULLCMD = @NULLCMD@
n=$(NULLCMD)
ECHO1 = $(V:1=@$n)
RUNCMD = $(SHELL)
+CDPATH = .
CHDIR = @CHDIR@
exec = exec
NULL = /dev/null