aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-01-17 06:02:00 +0000
committerMike Baker <mbm@openwrt.org>2005-01-17 06:02:00 +0000
commit6b287146a5841c69148bfaa172402141963a87b6 (patch)
treed395d130b30bea147b48e598a67b43b5f42cc0b9 /Makefile
parent5aaac5f273d07ddc7bf7aaaaf38a61c611064ea2 (diff)
downloadmaster-187ad058-6b287146a5841c69148bfaa172402141963a87b6.tar.gz
master-187ad058-6b287146a5841c69148bfaa172402141963a87b6.tar.bz2
master-187ad058-6b287146a5841c69148bfaa172402141963a87b6.zip
fix dependancy order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@204 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 5434b0e7f1..dc52dfd9c8 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=linux-headers host-sed uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=host-sed linux-headers uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in