From eac0ad61c032dc93c25dd06c7e259b230a292785 Mon Sep 17 00:00:00 2001 From: John Popplewell Date: Fri, 22 Jul 2005 01:32:57 +0000 Subject: [PATCH] Force a clean rebuild when using 'make bdist-win32'. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 82538f7e6..6c57ab2c2 100644 --- a/Makefile +++ b/Makefile @@ -270,6 +270,8 @@ install-win32: # data, docs and locale directories. Also copies all files, including DLLs, # into a 'bdist' output directory ready for processing by an installer script. bdist-win32: + @-rm -f tuxpaint.exe + @-rm -f obj/*.o make \ PREFIX=./visualc/bdist \ BIN_PREFIX=$(PREFIX)/bin \