summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-08 00:03:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-08 00:03:33 +0000
commit8c2fc6099766b757f9a0f96268eeac5011f390e9 (patch)
treeb37e91634e786196c44586ceca92b2162b9d2c69 /Makefile
parenta1464845a8faa05d49eb1086e20e36d9bc668619 (diff)
downloadbuildroot-novena-8c2fc6099766b757f9a0f96268eeac5011f390e9.tar.gz
buildroot-novena-8c2fc6099766b757f9a0f96268eeac5011f390e9.zip
only build host-file if we need it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19526cfce..dd384e9e8 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=host-sed host-file kernel-headers uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include package/Makefile.in