summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 9d0f6b9129..2a334ffbf9 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -18,7 +18,7 @@ if [ ! "${BUILD_DIR}" ] ; then
BUILD_DIR="."
fi
-[ -d ${MAKEALL_LOGDIR} ] || mkdir ${MAKEALL_LOGDIR} || exit 1
+[ -d ${LOG_DIR} ] || mkdir ${LOG_DIR} || exit 1
LIST=""