diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 21:18:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 21:18:26 +0000 |
commit | 8f37c266a301fd8ff423018d9c8aa8360331977d (patch) | |
tree | a33c0c429e2d0a3b735664c26e33f1b25affd6a0 /target/lzma | |
parent | df33b4f6f40a6ba00cff9c25a2417a445040e277 (diff) |
cleanup in target/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/lzma')
-rw-r--r-- | target/lzma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/lzma/Makefile b/target/lzma/Makefile index ea63bfec89..b1c0313ed8 100644 --- a/target/lzma/Makefile +++ b/target/lzma/Makefile @@ -48,4 +48,5 @@ lzma-dirclean: prepare: $(LZMA_DIR)/.unpacked compile: lzma install: lzma + cp $(LZMA_DIR)/lzma $(STAGING_DIR)/bin/ clean: lzma-dirclean |