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 | 63c2f1e3d54e3ac3fb3035e3adc5f0156363a985 (patch) | |
tree | d395d130b30bea147b48e598a67b43b5f42cc0b9 | |
parent | 2f06bcb3775b2af74fc21773b3f9541214f69bd8 (diff) |
fix dependancy order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@204 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |