[syslinux:master] diag: Don't remove BTARGET on make clean

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon Apr 18 14:15:03 PDT 2011


Commit-ID:  3c3ae582112e3da08b7a71128f36b66c8e3b641c
Gitweb:     http://syslinux.zytor.com/commit/3c3ae582112e3da08b7a71128f36b66c8e3b641c
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 18 Apr 2011 14:12:58 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 18 Apr 2011 14:12:58 -0700

diag: Don't remove BTARGET on make clean

"make clean" should not remove BTARGET

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 diag/geodsp/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 4c8eff6..6af0d2d 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -58,6 +58,7 @@ tidy dist:
 	rm -Rf *.img
 
 clean: tidy
-	rm -f $(BTARGET) *.lst *.bin *_bin.c
+	rm -f *.lst *.bin *_bin.c
 
 spotless: clean
+	rm -f $(BTARGET)



More information about the Syslinux-commits mailing list