diff --git a/Tools/autotest/sim_vehicle.sh b/Tools/autotest/sim_vehicle.sh index 7f8308b58c..d1d56e674b 100755 --- a/Tools/autotest/sim_vehicle.sh +++ b/Tools/autotest/sim_vehicle.sh @@ -258,10 +258,6 @@ pushd $autotest/../../$VEHICLE || { exit 1 } VEHICLEDIR=$(pwd) -if [ ! -f $autotest/../../config.mk ]; then - echo Generating a default configuration - make configure -fi if [ $CLEAN_BUILD == 1 ]; then make clean fi