diff -r d603008707f1 -r a1370757e6a1 scripts/build/companion_libs/mpc.sh --- a/scripts/build/companion_libs/mpc.sh Mon Jun 01 18:03:23 2009 +0000 +++ b/scripts/build/companion_libs/mpc.sh Wed Feb 17 23:47:47 2010 +0100 @@ -8,7 +8,7 @@ do_mpc_target() { :; } # Overide functions depending on configuration -if [ "${CT_PPL_CLOOG_MPC}" = "y" ]; then +if [ "${CT_MPC}" = "y" ]; then # Download MPC do_mpc_get() { @@ -54,4 +54,4 @@ CT_EndStep } -fi # CT_PPL_CLOOG_MPC +fi # CT_MPC