projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba32bb
)
fix dependancy order
author
Mike Baker
<mbm@openwrt.org>
Mon, 17 Jan 2005 06:02:00 +0000
(06:02 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 17 Jan 2005 06:02:00 +0000
(06:02 +0000)
SVN-Revision: 204
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index 5434b0e7f1cd970bf18ac95aee8f9bfc2365e594..dc52dfd9c89282170d1a702e0089092f261ddd28 100644
(file)
--- 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