[syslinux:elflink] com32/lib: delete *.c32 on key target

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jan 21 06:57:03 PST 2013


Commit-ID:  1eea21d08bd4ba144f6b8ec85bf4c3bd3755a9a1
Gitweb:     http://www.syslinux.org/commit/1eea21d08bd4ba144f6b8ec85bf4c3bd3755a9a1
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 20 Jan 2013 07:58:39 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 20 Jan 2013 07:58:39 -0500

com32/lib: delete *.c32 on key target

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 com32/lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index d979ab4..49a3aaf 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -234,7 +234,7 @@ tidy dist clean:
 		xargs -0r rm -f
 
 spotless: clean
-	rm -f *.a
+	rm -f *.a *.c32
 	rm -f *~ \#* */*~ */\#*
 
 install: all


More information about the Syslinux-commits mailing list