From 9dc8f46550cdcad89c04ffee4c688dfffcb15bf0 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Tue, 16 Mar 2010 22:05:40 -0400 Subject: [PATCH] ignore error if bbmc isn't there --- tools/ftditools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ftditools/Makefile b/tools/ftditools/Makefile index d52b445e1..0e07771ae 100644 --- a/tools/ftditools/Makefile +++ b/tools/ftditools/Makefile @@ -7,4 +7,4 @@ CFLAGS = -Wall -Wextra #-Werror all: $(TARGETS) clean: - rm $(TARGETS) + -rm $(TARGETS)