summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63d33d36ec..97d20b2146 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ $(KLCC):
INSTALLDIR=$(KLIBC_INSTALL) \
bindir=$(KLIBC_INSTALL)/bin \
mandir=$(KLIBC_INSTALL)/man all install
+ -find $(KLIBC_INSTALL)/include -name SCCS -print| xargs rm -rf
udev.a: $(UDEV_OBJS)
rm -f $@