X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d89e6bd94753f53df1a2937330ba7588410a7429..88a55754b24e2bb45b2b93b68bcc864fa8757eaa:/openwrt/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch diff --git a/openwrt/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch b/openwrt/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch index c1e18a044..a43d1d2fe 100644 --- a/openwrt/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch +++ b/openwrt/target/linux/linux-2.4/patches/generic/209-mkdep_fix.patch @@ -9,3 +9,14 @@ ifdef ALL_SUB_DIRS $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)" endif +--- linux-2.4.30/Makefile.old 2005-11-11 14:27:55.878482250 +0100 ++++ linux-2.4.30/Makefile 2005-11-11 14:28:57.926360000 +0100 +@@ -509,7 +509,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 scripts/mkdep -- > .hdepend + scripts/mkdep -- init/*.c > .depend + + ifdef CONFIG_MODVERSIONS