summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-09-25 00:55:22 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-25 00:55:22 +0200
commit508df253dbefb0385a629370f4244e3db197d3b8 (patch)
tree8c22ddfc0b603d42643703a36e2984a3fe022dfa
parent[PATCH] missing include (free_irq() use) (diff)
parentDon't remove $(INSTALL_HDR_PATH)/install before headers_install. (diff)
downloadlinux-508df253dbefb0385a629370f4244e3db197d3b8.tar.xz
linux-508df253dbefb0385a629370f4244e3db197d3b8.zip
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
* git://git.infradead.org/~dwmw2/khdrs-2.6: Don't remove $(INSTALL_HDR_PATH)/install before headers_install.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a06c16602fd..80dac0245d66 100644
--- a/Makefile
+++ b/Makefile
@@ -936,7 +936,6 @@ headers_install: include/linux/version.h scripts_basic FORCE
echo '*** Error: Headers not exportable for this architecture ($(ARCH))'; \
exit 1 ; fi
$(Q)$(MAKE) $(build)=scripts scripts/unifdef
- $(Q)rm -rf $(INSTALL_HDR_PATH)/include
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.headersinst obj=include
PHONY += headers_check