diff --git a/configure b/configure index 621558a85c..4d282cd5f0 100755 --- a/configure +++ b/configure @@ -772,7 +772,7 @@ else SECONDARY_ARCH=$secondaryArch \ HAIKU_USE_GCC_GRAPHITE=`get_variable \ HAIKU_USE_GCC_GRAPHITE_$targetArch` \ - "$script" "$sourceDir" "$buildCrossTools" "$crossToolsDir" \ + $script "$sourceDir" "$buildCrossTools" "$crossToolsDir" \ $buildCrossToolsJobs || exit 1 crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-" fi