From ba3ce3262749a400e290d19161849c5351c1e726 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 6 Sep 2013 00:09:36 -0700 Subject: [PATCH] Be sure to reconfigure LLVM even when relocated --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fff961b734c04..d7c4523d543ef 100755 --- a/configure +++ b/configure @@ -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}