diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-13 16:30:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-13 16:30:54 +0000 |
commit | 163dab630d8f5c16248c76e81c5e5b18c7a8d033 (patch) | |
tree | 7263f91c1bdf9eafc31b2dd01e83e68715ff3e75 /target/imagebuilder/Makefile | |
parent | 0143069883570a16f11542d0a7bb463aa3573f96 (diff) | |
download | upstream-163dab630d8f5c16248c76e81c5e5b18c7a8d033.tar.gz upstream-163dab630d8f5c16248c76e81c5e5b18c7a8d033.tar.bz2 upstream-163dab630d8f5c16248c76e81c5e5b18c7a8d033.zip |
Fix the imagebuilder compilation (#2213)
SVN-Revision: 8410
Diffstat (limited to 'target/imagebuilder/Makefile')
-rw-r--r-- | target/imagebuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 925dc80adc..6c101015b4 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -29,7 +29,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean $(TMP_DIR)/.targetinfo \ ./files/Makefile \ $(IB_BUILD_DIR)/ - $(CP) $(STAGING_DIR)/bin/* $(IB_BUILD_DIR)/staging_dir_$(ARCH)/bin + $(CP) $(TOPDIR)/staging_dir_$(ARCH)/bin/* $(IB_BUILD_DIR)/staging_dir_$(ARCH)/bin $(CP) $(TOPDIR)/target/linux/* $(IB_BUILD_DIR)/target/linux rm -rf $(IB_BUILD_DIR)/target/linux/*/patches -cp $(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)/* $(IB_BUILD_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD) # don't copy subdirectories here |