summaryrefslogtreecommitdiff
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
commitca154e35929c9b993fcbf2816fdb8c75035030a1 (patch)
treecde30795c79d2e51a85cef07fdb9a83ca2dfd9b3
parent3ba32bbb172d5bb78f47853509996b7cb62e6cd6 (diff)
downloadmtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.zip
mtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.tar.gz
mtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.tar.bz2
fix dependancy order
SVN-Revision: 204
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 5434b0e..dc52dfd 100644
--- a/openwrt/Makefile
+++ b/openwrt/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