From 2ac88222f63e1fce9cf96810abbb018551987205 Mon Sep 17 00:00:00 2001 From: maralvira Date: Sun, 7 Nov 2010 14:14:47 +0000 Subject: [PATCH] Use "rm -f" in clean rules to ignore errors --- cpu/mc1322x/tools/ftditools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/mc1322x/tools/ftditools/Makefile b/cpu/mc1322x/tools/ftditools/Makefile index 951e0d0f6..20e8a64e7 100644 --- a/cpu/mc1322x/tools/ftditools/Makefile +++ b/cpu/mc1322x/tools/ftditools/Makefile @@ -11,7 +11,7 @@ CFLAGS = -Wall -Wextra #-Werror all: $(TARGETS) clean: - -rm $(TARGETS) + -rm -f $(TARGETS) install: all cp bbmc $(INSTALL) \ No newline at end of file