summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 14:16:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 14:16:26 +0000
commitf1d6fb4be149cd364524ff1db63a3f8a98f7ab7e (patch)
tree5185dc7cab405d8cf7ace1bad16391faa3c0cfa3 /target/Makefile
parentd4e038fe5dfdc4e3cff41be1bdd133c5a2af6542 (diff)
downloadmtk-20170518-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.zip
mtk-20170518-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.tar.gz
mtk-20170518-f1d6fb4be149cd364524ff1db63a3f8a98f7ab7e.tar.bz2
leave out the ccache directory when copying the staging dir into the sdk (#843)
SVN-Revision: 5081
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 195878e..dc21033 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -17,7 +17,6 @@ TARGETS-$(CONFIG_SDK) += sdk
linux-compile: utils-install
linux-install: $(BIN_DIR)
-sdk-compile: linux-install
image_install: linux-install
download: $(patsubst %,%-download,$(TARGETS-y))