]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh36.12/mkdep.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / handhelds-sa-2.4.19-rmk6-pxa1-hh36.12 / mkdep.patch
1
2 #
3 # Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux/Makefile~mkdep        2003-12-19 09:36:51.000000000 -0800
7 +++ linux/Makefile      2003-12-19 09:57:44.000000000 -0800
8 @@ -458,7 +458,7 @@
9  
10  dep-files: scripts/mkdep archdep include/linux/version.h
11         scripts/mkdep -- init/*.c > .depend
12 -       scripts/mkdep -- `find $(FINDHPATH) -name SCCS -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         $(MAKE) $(patsubst %,_sfdep_%,$(SUBDIRS)) _FASTDEP_ALL_SUB_DIRS="$(SUBDIRS)"
15  ifdef CONFIG_MODVERSIONS
16         $(MAKE) update-modverfile