aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff')
-rw-r--r--recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff b/recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff
new file mode 100644
index 0000000000..3b28135561
--- /dev/null
+++ b/recipes/obsolete/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff
@@ -0,0 +1,11 @@
+--- linux-orig/Makefile 2004-11-24 12:11:29.000000000 +0100
++++ linux/Makefile 2006-05-01 13:11:35.043371250 +0200
+@@ -501,7 +502,7 @@
+ ifdef CONFIG_MODVERSIONS
+ $(MAKE) update-modverfile
+ endif
+- scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
++ (find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print | xargs -r scripts/mkdep -- ) > .hdepend
+ scripts/mkdep -- init/*.c > .depend
+
+ ifdef CONFIG_MODVERSIONS