summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/patches/3.5.6/cleankernel.patch
blob: f8d5448eef1d434997ac95eb8ed9139f85097685 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nur linux-2.6.29.1.orig/scripts/Makefile.headersinst linux-2.6.29.1/scripts/Makefile.headersinst
--- linux-2.6.29.1.orig/scripts/Makefile.headersinst	2009-04-02 22:55:27.000000000 +0200
+++ linux-2.6.29.1/scripts/Makefile.headersinst	2009-04-17 20:56:09.143476927 +0200
@@ -65,7 +65,6 @@
 
 targets += $(install-file)
 $(install-file): scripts/headers_install.pl $(input-files) FORCE
-	$(if $(unwanted),$(call cmd,remove),)
 	$(if $(wildcard $(dir $@)),,$(shell mkdir -p $(dir $@)))
 	$(call if_changed,install)