From: H. Peter Anvin Date: Sun, 18 Nov 2007 06:54:57 +0000 (-0800) Subject: mbr: remove *.bin on "spotless", not "clean" X-Git-Tag: syslinux-3.53^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13d1f3c509963d1bc40b8f418194acfa44d8aa5a;p=platform%2Fupstream%2Fsyslinux.git mbr: remove *.bin on "spotless", not "clean" Remove mbr/*.bin on "spotless", not "clean"; otherwise we break "make installer". --- diff --git a/mbr/Makefile b/mbr/Makefile index e41b25c..2db358c 100644 --- a/mbr/Makefile +++ b/mbr/Makefile @@ -46,6 +46,6 @@ tidy: rm -f *.o *.elf *.lst clean: tidy - rm -f *.bin spotless: clean + rm -f *.bin