From 43dc71fb0dc67164ada93d7d80d625dbcae74b5c Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 9 Sep 2007 15:09:10 +0000
Subject: [PATCH] Fix the imagebuilder generation (does not mean it works with
 the recent changes)

SVN-Revision: 8710
---
 target/imagebuilder/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile
index ed051ecebc..0dae2b12ec 100644
--- a/target/imagebuilder/Makefile
+++ b/target/imagebuilder/Makefile
@@ -24,7 +24,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean
 	$(CP) \
 		$(INCLUDE_DIR) $(SCRIPT_DIR) $(PACKAGE_DIR) \
 		$(TOPDIR)/rules.mk $(TOPDIR)/.config \
-		$(TMP_DIR)/.target.mk \
+		$(INCLUDE_DIR)/target.mk \
 		$(TMP_DIR)/.packageinfo \
 		$(TMP_DIR)/.targetinfo \
 		./files/Makefile \
-- 
GitLab