From: Kevin Rosenberg Date: Thu, 12 Nov 2009 07:57:12 +0000 (-0700) Subject: avoid errors if 32-bit build fails on 64-bit system X-Git-Tag: v4.1.2^0 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=d3e3f05f8b8e58e597f70a105da9355548e13ed5 avoid errors if 32-bit build fails on 64-bit system --- diff --git a/db-mysql/Makefile b/db-mysql/Makefile index a5c6c6d..30afa0f 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -70,7 +70,7 @@ else endif endif endif - rm $(object) + rm -f $(object) .PHONY: distclean distclean: clean