Commit 33a31704 authored by Dimitris Lampridis's avatar Dimitris Lampridis

fix typo in mpc build directory name

parent 1f7795eb
......@@ -140,7 +140,7 @@ do_mpfr()
do_mpc()
{
MPC_BUILD_DIR=${BUILD_DIR}/mpfr-${MPC_V}
MPC_BUILD_DIR=${BUILD_DIR}/mpc-${MPC_V}
rm -rf ${MPC_BUILD_DIR}
mkdir -p ${MPC_BUILD_DIR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment