From f1f900944b4e70ab0808b7dde1a5600ad55a4f52 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 4 Sep 2011 12:31:13 -0300 Subject: [PATCH] fw/common/Makefile.common (clean, spotless): allow overloading (with ::) --- fw/common/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fw/common/Makefile.common b/fw/common/Makefile.common index f7779f3..2466ab2 100644 --- a/fw/common/Makefile.common +++ b/fw/common/Makefile.common @@ -111,7 +111,7 @@ dfu.rel: $(F32XBASE)/fw/boot/dfu.c # ----- clean ----------------------------------------------------------------- -clean: +clean:: rm -f $(OBJS:%=%.rel) rm -f $(OBJS:%=%.asm) $(OBJS:%=%.lst) rm -f $(OBJS:%=%.rst) $(OBJS:%=%.sym) @@ -121,5 +121,5 @@ clean: # ----- spotless -------------------------------------------------------------- -spotless: clean +spotless:: clean rm -f $(MAIN).bin .depend