mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ NULLCMD = @NULLCMD@
|
|||
n=$(NULLCMD)
|
||||
ECHO1 = $(V:1=@$n)
|
||||
RUNCMD = $(SHELL)
|
||||
CDPATH = .
|
||||
CHDIR = @CHDIR@
|
||||
exec = exec
|
||||
NULL = /dev/null
|
||||
|
|
Loading…
Reference in a new issue