diff options
author | Mike Baker <mbm@openwrt.org> | 2005-01-17 06:02:00 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-01-17 06:02:00 +0000 |
commit | ca154e35929c9b993fcbf2816fdb8c75035030a1 (patch) | |
tree | cde30795c79d2e51a85cef07fdb9a83ca2dfd9b3 /openwrt/Makefile | |
parent | 3ba32bbb172d5bb78f47853509996b7cb62e6cd6 (diff) | |
download | mtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.zip mtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.tar.gz mtk-20170518-ca154e35929c9b993fcbf2816fdb8c75035030a1.tar.bz2 |
fix dependancy order
SVN-Revision: 204
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
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 |