summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-18 23:39:39 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-18 23:39:39 +0000
commit8c709551ffb7ba5d28c504cc7bb0cab06e9324cb (patch)
treeb8c656a14356d26b64ad3a64e8e04167812a6922 /Makefile
parentddb5ebab06e5f8dfbf72705f292875b4452e0cc1 (diff)
downloadbuildroot-novena-8c709551ffb7ba5d28c504cc7bb0cab06e9324cb.tar.gz
buildroot-novena-8c709551ffb7ba5d28c504cc7bb0cab06e9324cb.zip
put sed check in the correct place
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f621e171..c181aa7cc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=kernel-headers uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include package/Makefile.in