diff --git a/platform-independent/cli-c/build b/platform-independent/cli-c/build index 220679e2..f641dd5d 100755 --- a/platform-independent/cli-c/build +++ b/platform-independent/cli-c/build @@ -197,8 +197,6 @@ use_mpw_xml() { ### BUILD TARGETS for target in "${targets_all[@]}"; do - echo "target: $target in ' $targets '." - if [[ ${targets:-$targets_default} == 'all' || " ${targets:-$targets_default} " = *" $target "* ]]; then echo echo "Building target: $target..."