diff options
-rw-r--r-- | Makefile.in | 3 |
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 |