Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be
authorReid Spencer <rspencer@reidspencer.com>
Sun, 16 Jan 2005 06:53:48 +0000 (06:53 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 16 Jan 2005 06:53:48 +0000 (06:53 +0000)
commit153626a3c0598ea0b74b38e364184ab6c23ae1da
treef1446d9cc6108d458f30a12d3aa4f4298fb47c79
parentf8161d83f0201a32a33a0c875eb43df81d8586ab
Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be
a symbolic link making the autoconf name for the directory (LLVM_OBJ_ROOT)
and the "make" name for the directory (PROJ_OBJ_ROOT) different.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19607 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in