diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 00:03:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 00:03:33 +0000 |
commit | 8c2fc6099766b757f9a0f96268eeac5011f390e9 (patch) | |
tree | b37e91634e786196c44586ceca92b2162b9d2c69 /Makefile | |
parent | a1464845a8faa05d49eb1086e20e36d9bc668619 (diff) | |
download | buildroot-novena-8c2fc6099766b757f9a0f96268eeac5011f390e9.tar.gz buildroot-novena-8c2fc6099766b757f9a0f96268eeac5011f390e9.zip |
only build host-file if we need it
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |