aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-06-07 20:41:52 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-06-07 20:41:52 +0000
commitb5ef57cfa844ee3fa3099209be8903fdd9d054da (patch)
treef91ea4dcfa33c5857a5289eed4ddd04b26e24305
parent691bbdf2bae34128f8d70aa2602ba05b36df5b1b (diff)
downloadklibc-b5ef57cfa844ee3fa3099209be8903fdd9d054da.tar.gz
Clean libutils.aklibc-0.123
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 486da70dceaba..d3e1809fd9a1d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -40,7 +40,7 @@ $(CRT0) $(LIBS):
@echo '*** error: $@ not up to date' || exit 1
clean:
- $(RM) *.o core $(PROGS) .*.d
+ $(RM) *.o core $(LIBUTILS) $(PROGS) .*.d
$(RM) -rf static static.g shared shared.g
spotless: clean