aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-19 02:15:43 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:54:59 -0700
commit21c0367349371affa33e8752083948bac6b0a7cd (patch)
treef5c402df60f8aee8ce34097df12c2ee1e1aa11a9 /Makefile
parentc827876312bde7809f5f08b89b9223391da0e3b4 (diff)
downloadudev-21c0367349371affa33e8752083948bac6b0a7cd.tar.gz
[PATCH] klibc: remove SCCS directories from the temporary klibc install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63d33d36..97d20b21 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 $@