From 95103be9c176b9588905543df5efe87d93be12b5 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 10 Feb 2009 21:01:09 +0100 Subject: [PATCH] hdt: Improving clean target --- com32/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 0cc4061..70645bd 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -113,7 +113,7 @@ libcom32.a : $(LIBOBJS) tidy dist clean: rm -f sys/vesa/alphatbl.c - find . \( -name \*.o -o -name .\*.d -o -name \*.tmp \) -print0 | \ + find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \ xargs -0r rm -f spotless: clean -- 2.7.4