Skip to content

Commit

Permalink
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
Browse files Browse the repository at this point in the history
* git://git.infradead.org/~dwmw2/khdrs-2.6:
  Don't remove $(INSTALL_HDR_PATH)/install before headers_install.
  • Loading branch information
Linus Torvalds committed Sep 24, 2006
2 parents 6a3670c + 2722de7 commit 508df25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 508df25

Please sign in to comment.