Force a clean rebuild when using 'make bdist-win32'.

This commit is contained in:
John Popplewell 2005-07-22 01:32:57 +00:00
parent ae27ef65d1
commit eac0ad61c0

View file

@ -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 \