From: Mike Baker Date: Mon, 17 Jan 2005 06:02:00 +0000 (+0000) Subject: fix dependancy order X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca154e35929c9b993fcbf2816fdb8c75035030a1;p=librecmc%2Flibrecmc.git fix dependancy order SVN-Revision: 204 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 5434b0e7f1..dc52dfd9c8 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