From: Kevin Rosenberg Date: Thu, 12 Nov 2009 07:56:54 +0000 (-0700) Subject: avoid errors if 32-bit build fails on 64-bit system X-Git-Tag: v4.1.2~1 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=7f19bddd692bd20f3762c2fda670911696ea2b23;hp=4e13a7c3d278d8a8a9cd39d72f82355c5a76e6eb avoid errors if 32-bit build fails on 64-bit system --- diff --git a/uffi/Makefile b/uffi/Makefile index 56d4bb2..3602885 100644 --- a/uffi/Makefile +++ b/uffi/Makefile @@ -58,7 +58,7 @@ else endif endif endif - rm $(object) + rm -f $(object) .PHONY: distclean