summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-28 03:52:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-28 03:52:51 +0000
commit8df9a060033bb3fb379c194f9c97429742146cfe (patch)
tree539f419c1065912c33a525686bca8c852086c120 /target/linux
parent158e6962307683f3281dded7ed5c58c51d3d0a32 (diff)
downloadmaster-31e0f0ae-8df9a060033bb3fb379c194f9c97429742146cfe.tar.gz
master-31e0f0ae-8df9a060033bb3fb379c194f9c97429742146cfe.tar.bz2
master-31e0f0ae-8df9a060033bb3fb379c194f9c97429742146cfe.zip
portability fix
SVN-Revision: 5665
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic-2.4/patches/209-build_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/patches/209-build_fixes.patch b/target/linux/generic-2.4/patches/209-build_fixes.patch
index 235ee042a5..c48489625e 100644
--- a/target/linux/generic-2.4/patches/209-build_fixes.patch
+++ b/target/linux/generic-2.4/patches/209-build_fixes.patch
@@ -26,7 +26,7 @@ diff -urN linux.old/Makefile linux.dev/Makefile
#
fastdep: dummy
- $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
-+ find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
++ find . -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
ifdef ALL_SUB_DIRS
$(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
endif