From 676520cf654250ac9fa0f7a686127a7da2c29b36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Wed, 3 Nov 2010 18:26:26 +0000 Subject: [PATCH] ensure an empty BUILD_DIR variable is passed down u-boot's makefile SVN-Revision: 23832 --- tools/mkimage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index c2cbb53a2d..beeecb85c5 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/host-build.mk define Host/Compile rm -f $(HOST_BUILD_DIR)/tools/.depend touch $(HOST_BUILD_DIR)/include/config.{h,mk} $(HOST_BUILD_DIR)/include/autoconf.mk{.dep,} - $(MAKE) -C $(HOST_BUILD_DIR) SUBDIRS=tools BIN_FILES-y="mkimage" tools + $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= SUBDIRS=tools BIN_FILES-y="mkimage" tools endef define Host/Install -- 2.30.2