summaryrefslogtreecommitdiff
path: root/mbr
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-17 22:54:57 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-17 22:54:57 -0800
commit13d1f3c509963d1bc40b8f418194acfa44d8aa5a (patch)
tree49ed2d8705d6ae4776d9665ae6014de2bba3953e /mbr
parent3db50224c5bc18a6d6736459dc402e677c1e83c9 (diff)
downloadsyslinux-13d1f3c509963d1bc40b8f418194acfa44d8aa5a.tar.gz
mbr: remove *.bin on "spotless", not "clean"syslinux-3.53
Remove mbr/*.bin on "spotless", not "clean"; otherwise we break "make installer".
Diffstat (limited to 'mbr')
-rw-r--r--mbr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbr/Makefile b/mbr/Makefile
index e41b25c7..2db358ca 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