aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-23 21:06:26 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-23 21:06:26 +0000
commit0aecbc91316aad51a7a4f9e32e7260d6ccab7ecd (patch)
tree3d736501384a60c410ecdd02b40eeedd96ea10aa /Makefile
parentc8b50dc99291541e7e14d3fc432bff0178c1b005 (diff)
downloadupstream-0aecbc91316aad51a7a4f9e32e7260d6ccab7ecd.tar.gz
upstream-0aecbc91316aad51a7a4f9e32e7260d6ccab7ecd.tar.bz2
upstream-0aecbc91316aad51a7a4f9e32e7260d6ccab7ecd.zip
ensure sstrip is build before needed by packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 172e1b80c2..92137eac20 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
#
##############################################################
TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
-TARGETS+=linux
+TARGETS+=openwrt-sstrip linux
include toolchain/Makefile.in
include package/Makefile.in