aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/opensimpad/mkdep.patch
blob: 6dc51403b2dec390870643d367c4d9eef6b82736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- linux-2.4.27/Makefile~mkdep
+++ linux-2.4.27/Makefile
@@ -501,7 +501,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
+	$(foreach, dir, $(FINDHPATH), scripts/mkdep -- `find $(dir) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` >> .hdepend)	
 	scripts/mkdep -- init/*.c > .depend
 
 ifdef CONFIG_MODVERSIONS