aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-30 16:22:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-30 16:22:57 +0000
commitb01e9a83ff52319c0130070eb8e7995810dcefb6 (patch)
tree192ec0a546f6458f80acef2beaf08a9d8a0e8c6a /Makefile
parent9fed5becd700af39ddb0983d332cd9f95112be0d (diff)
downloadmaster-187ad058-b01e9a83ff52319c0130070eb8e7995810dcefb6.tar.gz
master-187ad058-b01e9a83ff52319c0130070eb8e7995810dcefb6.tar.bz2
master-187ad058-b01e9a83ff52319c0130070eb8e7995810dcefb6.zip
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 a039c9880b..be53622cc1 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