aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-mtx-2-2.4.27/19-kernel-make-depend.diff
blob: 3b281355614752f48967686da7a266bf5a8ea980 (plain)
1
2
3
4
5
6
7
8
9
10
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