diff --git a/sys/mingw32.sh b/sys/mingw32.sh index 9276e6b123..78c7b12639 100755 --- a/sys/mingw32.sh +++ b/sys/mingw32.sh @@ -28,7 +28,7 @@ else exit 1 fi -make clean +make mrproper ./configure ${CFGFLAGS} --with-compiler=$C --host=$H && \ make -s -j ${MAKE_JOBS} && \