From 41d59608cb06938418648c93c9ce45a0a4658c0c Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 12 Apr 2011 19:43:34 +0200 Subject: [PATCH] hdt: Fixing checksums deletion We have to delete all the checksums files while cleaning. Older release might exists. --- com32/hdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 72543c0..e844afe 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: -- 2.7.4