Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / linux / opensimpad / mkdep.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-2.4.27/Makefile~mkdep
7 +++ linux-2.4.27/Makefile
8 @@ -501,7 +501,7 @@
9  ifdef CONFIG_MODVERSIONS
10         $(MAKE) update-modverfile
11  endif
12 -       scripts/mkdep -- `find $(FINDHPATH) \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print` > .hdepend
13 +       $(foreach, dir, $(FINDHPATH), scripts/mkdep -- `find $(dir) -name SCCS -prune -o -follow -name \*.h ! -name modversions.h -print` >> .hdepend)  
14         scripts/mkdep -- init/*.c > .depend
15  
16  ifdef CONFIG_MODVERSIONS