diff --git a/bin/dunecontrol b/bin/dunecontrol index 06ffa3b9c0bd22a2c7339f7136abee60493f0d46..679fb16d079413cc259beac3a9a5ed38466ca3c2 100755 --- a/bin/dunecontrol +++ b/bin/dunecontrol @@ -528,7 +528,7 @@ run_default_make () { } run_default_all () { - for cmd in autogen configure make; do + for cmd in vcsetup autogen configure make; do eval echo "--- calling $cmd for \$NAME_${module} ---" load_opts $cmd run_$cmd