summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-12 03:56:42 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-12 03:56:42 +0000
commit1712052547231f20041098cd5b793d7241de74c0 (patch)
treeb6dfc6fa6407b30098a21ad47e9156a238da4123 /Makefile.in
parent08e377aab130cc4196dcbb5093589d86946d92c3 (diff)
since we dont symlink the headers, theres nothing to filter
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 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