From 4b4db03fcdad226bd43b8754fc4d64699d947f6e Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 27 Aug 2013 01:02:41 +0200 Subject: [PATCH] mrproper on sys/mingw --- sys/mingw32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} && \