We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efe1e5 commit ba3ce32Copy full SHA for ba3ce32
configure
@@ -823,7 +823,7 @@ do
823
index2="${CFG_SRC_DIR}src/llvm/.git/index"
824
for index in ${index1} ${index2}
825
do
826
- config_status="${CFG_BUILD_DIR}llvm/$t/config.status"
+ config_status="${LLVM_BUILD_DIR}/config.status"
827
if test -e ${index} -a \
828
-e ${config_status} -a \
829
${config_status} -nt ${index}
0 commit comments