diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-01-17 06:02:00 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-01-17 06:02:00 +0000 |
commit | a5eaa58a3fde6e908bd929e5d219c9699a00e67c (patch) | |
tree | cde30795c79d2e51a85cef07fdb9a83ca2dfd9b3 /openwrt | |
parent | 8ab7376abd988d44be3eb59dbfc8e45db139703d (diff) |
fix dependancy order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |