aboutsummaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-09-09 15:09:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-09-09 15:09:10 +0000
commit43dc71fb0dc67164ada93d7d80d625dbcae74b5c (patch)
tree5d8f6a17a021630694614a8a9716ad1db4fc47d1 /target/imagebuilder/Makefile
parent741c1f799757dbb910665d0a04e20a1622e201d6 (diff)
downloadupstream-43dc71fb0dc67164ada93d7d80d625dbcae74b5c.tar.gz
upstream-43dc71fb0dc67164ada93d7d80d625dbcae74b5c.tar.bz2
upstream-43dc71fb0dc67164ada93d7d80d625dbcae74b5c.zip
Fix the imagebuilder generation (does not mean it works with the recent changes)
SVN-Revision: 8710
Diffstat (limited to 'target/imagebuilder/Makefile')
-rw-r--r--target/imagebuilder/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \