mbr: remove *.bin on "spotless", not "clean" syslinux-3.53
authorH. Peter Anvin <hpa@zytor.com>
Sun, 18 Nov 2007 06:54:57 +0000 (22:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 18 Nov 2007 06:54:57 +0000 (22:54 -0800)
Remove mbr/*.bin on "spotless", not "clean"; otherwise we break "make
installer".

mbr/Makefile

index e41b25c..2db358c 100644 (file)
@@ -46,6 +46,6 @@ tidy:
        rm -f *.o *.elf *.lst
 
 clean: tidy
-       rm -f *.bin
 
 spotless: clean
+       rm -f *.bin