Be sure to reconfigure LLVM even when relocated

This commit is contained in:
Alex Crichton 2013-09-06 00:09:36 -07:00
parent 5efe1e5365
commit ba3ce32627
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -823,7 +823,7 @@ do
index2="${CFG_SRC_DIR}src/llvm/.git/index"
for index in ${index1} ${index2}
do
config_status="${CFG_BUILD_DIR}llvm/$t/config.status"
config_status="${LLVM_BUILD_DIR}/config.status"
if test -e ${index} -a \
-e ${config_status} -a \
${config_status} -nt ${index}