[syslinux] [PATCH 02/12] elflink: Remove *.c32 on 'make clean'

Matt Fleming matt at console-pimps.org
Wed Mar 9 08:00:13 PST 2011


From: Matt Fleming <matt.fleming at linux.intel.com>

The clean target should also remove any .c32 files.

Signed-off-by: Matt Fleming <matt.fleming at linux.intel.com>
---
 com32/elflink/modules/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/elflink/modules/Makefile b/com32/elflink/modules/Makefile
index 9c9cb97..8a97835 100644
--- a/com32/elflink/modules/Makefile
+++ b/com32/elflink/modules/Makefile
@@ -97,7 +97,7 @@ tidy dist:
 	rm -f *.o *.lo *.a *.lst .*.d 
 
 clean: tidy
-	rm -f *.lss *.lnx *.com
+	rm -f *.lss *.lnx *.com *.c32
 
 spotless: clean
 	rm -f *~ \#*
-- 
1.7.4




More information about the Syslinux mailing list