summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-30 16:22:57 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-30 16:22:57 +0000
commit3cd9eea04e166dc36dd0ecd4c1ebdf92ed76f8f2 (patch)
tree192ec0a546f6458f80acef2beaf08a9d8a0e8c6a /Makefile
parentbcadc45cba10e73f5545a4a582af516a1448e839 (diff)
toolchain/ has been converted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a039c9880..be53622cc 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ dirclean: clean
distclean: dirclean config-clean symlinkclean docs/clean
rm -rf dl
-toolchain/% package/% target/%: FORCE
+package/% target/%: FORCE
$(MAKE) -C $(patsubst %/$*,%,$@) $*
world: .config $(tools/stamp) $(toolchain/stamp) FORCE