From 21c0367349371affa33e8752083948bac6b0a7cd Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Sat, 19 Mar 2005 02:15:43 +0100 Subject: [PATCH] [PATCH] klibc: remove SCCS directories from the temporary klibc install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 63d33d36e..97d20b214 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 $@ -- 2.30.2