aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff')
-rw-r--r--recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff b/recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff
new file mode 100644
index 0000000000..6fdfe423e8
--- /dev/null
+++ b/recipes/linux/linux-mtx-1-2.4.27/19-kernel-make-depend.diff
@@ -0,0 +1,11 @@
+--- linux/Makefile~ 2004-02-09 10:35:08.000000000 -0500
++++ linux/Makefile 2004-02-12 20:38:04.000000000 -0500
+@@ -538,7 +538,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
+ (find $(TOPDIR) \( -name .depend -o -name .hdepend \) -print | xargs $(AWK) -f scripts/include_deps) > tmp_include_depends
+ sed -ne 's/^\([^ ].*\):.*/ \1 \\/p' tmp_include_depends > tmp_include_depends_1