On CI, check that 'make alldepend' works only if native compiler si built

master
Sébastien Hinderer 2017-04-28 15:56:08 +02:00
parent 6a381fcfa9
commit a9f31f0f0c
1 changed files with 1 additions and 1 deletions

View File

@ -207,8 +207,8 @@ $make world
if $make_native; then
$make opt
$make opt.opt
if $check_make_alldepend; then $make alldepend; fi
fi
if $check_make_alldepend; then $make alldepend; fi
$make install
rm -rf "$instdir"