summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-04-12 19:43:34 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2011-04-12 19:43:34 +0200
commit41d59608cb06938418648c93c9ce45a0a4658c0c (patch)
treeb1f1ef7fb51099b594425499fe94bf1bb9e0c4bf /com32/hdt/Makefile
parentf3282a0ef882964422f2dfd4f4e4b2b7c3f16036 (diff)
downloadsyslinux-41d59608cb06938418648c93c9ce45a0a4658c0c.tar.gz
hdt: Fixing checksums deletion
We have to delete all the checksums files while cleaning. Older release might exists.
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 72543c0e..e844afe7 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -128,7 +128,7 @@ spotless: clean
rm -rf $(ISO_DIR)
rm -rf $(FLOPPY_DIR)/$(MEMTEST)
rm -rf $(FLOPPY_DIR)/pci.ids*
- rm -rf $(SUM_FILE)
+ rm -rf hdt-*checksums
rm -f *~ \#*
install: