From 1712052547231f20041098cd5b793d7241de74c0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 12 Dec 2006 03:56:42 +0000 Subject: since we dont symlink the headers, theres nothing to filter --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 80c426c8e..fedeaa966 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,9 +111,6 @@ RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/rela install_headers: $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \ - if [ "$(KERNEL_HEADERS)" = "$(PREFIX)$(DEVEL_PREFIX)" ] ; then \ - ls -1d include/linux include/asm* >> tar_exclude ; \ - fi ; \ $(TAR) -chf - -X tar_exclude include \ | $(TAR) -xf - -C $(PREFIX)$(DEVEL_PREFIX) rm -f tar_exclude -- cgit v1.2.3