avoid errors if 32-bit build fails on 64-bit system
authorKevin Rosenberg <kevin@rosenberg.net>
Thu, 12 Nov 2009 07:56:54 +0000 (00:56 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Thu, 12 Nov 2009 07:56:54 +0000 (00:56 -0700)
uffi/Makefile

index 56d4bb26be4e68a26be3fef967c6563b899448c3..3602885812ad984f045caeaf8c3b3069efa13228 100644 (file)
@@ -58,7 +58,7 @@ else
     endif
   endif
 endif
-       rm $(object)
+       rm -f $(object)
 
 
 .PHONY: distclean