diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index e55d38520..141adf7a0 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -181,7 +181,7 @@ fi cd ${hversion} || exit 1 echo "Configuring and building ($hversion)" -(./configure ${confflags} && make check) > ab.txt 2>&1 +(./configure ${confflags} && make all check) > ab.txt 2>&1 if [ "X${resultdir}" != X ] ; then cp ab.txt "${resultdir}/ab-${hversion}-${hostname}-${date}.txt"