summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill"2005-08-30 05:35:37 +0200
committer"Steven J. Hill"2005-08-30 05:35:37 +0200
commit6b632ad624ca771a6d1fe2dede82e5fa69bb2028 (patch)
treef16afb7e323c1ab1cead5882eae546759b1b8e70 /Makefile
parent david_bachelart writes in Bug 181: make defconfig is trying to find "defconf... (diff)
downloadbuildroot-6b632ad624ca771a6d1fe2dede82e5fa69bb2028.tar.gz
buildroot-6b632ad624ca771a6d1fe2dede82e5fa69bb2028.tar.xz
buildroot-6b632ad624ca771a6d1fe2dede82e5fa69bb2028.zip
Build 'file' for the host as well as the target. If the host system has a version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd384e9e8..19526cfce 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 kernel-headers uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=host-sed host-file kernel-headers uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include package/Makefile.in