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
This commit is contained in:
parent
c56eee05c6
commit
afa4770aa6
@ -3,6 +3,7 @@ NULLCMD = @NULLCMD@
|
|||||||
n=$(NULLCMD)
|
n=$(NULLCMD)
|
||||||
ECHO1 = $(V:1=@$n)
|
ECHO1 = $(V:1=@$n)
|
||||||
RUNCMD = $(SHELL)
|
RUNCMD = $(SHELL)
|
||||||
|
CDPATH = .
|
||||||
CHDIR = @CHDIR@
|
CHDIR = @CHDIR@
|
||||||
exec = exec
|
exec = exec
|
||||||
NULL = /dev/null
|
NULL = /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user