commit | 2722de7fed1601eb7de84f929e00776d37a4cf5f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun Sep 24 23:44:57 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Sun Sep 24 23:44:57 2006 +0100 |
tree | 9f2f6d7fafad19dac83fe7180d24f0f2da58e860 | |
parent | b7a818e4fcd2c3ee8c34c2367d345561c4c76a15 [diff] |
Don't remove $(INSTALL_HDR_PATH)/install before headers_install. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
diff --git a/Makefile b/Makefile index 7a06c16..80dac02 100644 --- a/Makefile +++ b/Makefile
@@ -936,7 +936,6 @@ 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