diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 14:16:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-14 14:16:26 +0000 |
commit | fb9fc446526b4873389d816090734da066829dbb (patch) | |
tree | 8b380854d551a2d0782329731c86d42e20708eeb /target/Makefile | |
parent | f013e220e07d7ae7637d01a757b1c5a40c59e833 (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/Makefile | 1 |
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)) |