diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-08 17:17:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-08 17:17:46 +0000 |
commit | fe05a0887b0beaed9c1c295de2373222a8f85b44 (patch) | |
tree | c4e7c2124f6a575b08262dfe378eb6f518f3e510 /tools/mkimage/Makefile | |
parent | 3ba43e6528779d7f9e582c213298512aad7fdb9e (diff) | |
download | upstream-fe05a0887b0beaed9c1c295de2373222a8f85b44.tar.gz upstream-fe05a0887b0beaed9c1c295de2373222a8f85b44.tar.bz2 upstream-fe05a0887b0beaed9c1c295de2373222a8f85b44.zip |
mkimage: fix spurious build errors caused by its braindead build system
SVN-Revision: 20065
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r-- | tools/mkimage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index f8d7197e13..c2cbb53a2d 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -19,6 +19,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION) 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 endef |