From: Mike Baker Date: Mon, 17 Jan 2005 06:02:00 +0000 (+0000) Subject: fix dependancy order X-Git-Tag: v12.09~18314^2~3444 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=6b287146a5841c69148bfaa172402141963a87b6;p=openwrt-github%2F.git fix dependancy order git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@204 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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