Add missing BUILD_EXEEXT

This commit is contained in:
Andrei Borzenkov 2016-01-01 11:13:54 +03:00
parent 80fdaf1d01
commit ba83ed1538
3 changed files with 22 additions and 22 deletions

View file

@ -94,6 +94,6 @@ else
rm -f $tmpfile.bin
fi
if test x@platform@ != xemu; then
./build-grub-module-verifier $tmpfile @target_cpu@
./build-grub-module-verifier@BUILD_EXEEXT@ $tmpfile @target_cpu@
fi
mv $tmpfile $outfile