From 9405de5339fd640591b3a6bca297c0f4cf805ddd Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 29 Sep 2008 23:03:40 +0000 Subject: [PATCH] Clean up the tree before configuring the Win32 build. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2861 92316355-f0b4-4df1-b90c-862c8a59935f --- build-win32 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-win32 b/build-win32 index c24bb84..ced77ae 100755 --- a/build-win32 +++ b/build-win32 @@ -16,6 +16,8 @@ rm -f "${INSTALLDIR}.zip" mkdir "${INSTALLDIR}" mkdir "${BUILDDIR}" +make distclean || true + cd "${BUILDDIR}" # Build for win32 "${SRCDIR}/configure" --host=i586-mingw32msvc --prefix=/ --bindir=/bin --libdir=/lib --disable-imlib2 --disable-doc