summaryrefslogtreecommitdiffstats
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
commit2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3 (patch)
tree9a040d35ff5ede2c3e3d7b78c5e0a9f09c9f5ef9 /Makefile
parent7e21008ee28e4f2fa524777148805b4414099845 (diff)
downloadmaster-31e0f0ae-2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3.tar.gz
master-31e0f0ae-2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3.tar.bz2
master-31e0f0ae-2e072cfb4b9d1818d1bdc98dba70d0d4ff1b56c3.zip
toolchain/ has been converted
SVN-Revision: 8235
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