linux: bump all lts / stable to latest
[openadk.git] / target / linux / patches / 3.10.107 / headers-install.patch
blob46dc9fe1311f921dffc7c3cbfdaa09a849dae895
1 diff -Nur linux-3.10.37.orig/scripts/Makefile.headersinst linux-3.10.37/scripts/Makefile.headersinst
2 --- linux-3.10.37.orig/scripts/Makefile.headersinst 2014-04-14 15:42:31.000000000 +0200
3 +++ linux-3.10.37/scripts/Makefile.headersinst 2014-04-24 17:04:51.980248954 +0200
4 @@ -107,7 +107,6 @@
6 targets += $(install-file)
7 $(install-file): scripts/headers_install.sh $(input-files1) $(input-files2) $(input-files3) FORCE
8 - $(if $(unwanted),$(call cmd,remove),)
9 $(if $(wildcard $(dir $@)),,$(shell mkdir -p $(dir $@)))
10 $(call if_changed,install)