summaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 14:16:26 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 14:16:26 +0000
commitfb9fc446526b4873389d816090734da066829dbb (patch)
tree8b380854d551a2d0782329731c86d42e20708eeb /target/Makefile
parentf013e220e07d7ae7637d01a757b1c5a40c59e833 (diff)
leave out the ccache directory when copying the staging dir into the sdk (#843)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5081 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 195878e66..dc21033e5 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))