summaryrefslogtreecommitdiff
path: root/tools/lzma-old
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-03 01:02:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-03 01:02:03 +0000
commitfb646844355554619e4ab367dde666b38833d496 (patch)
tree78ae59a7b85d315e207017a8dc3d642682128a69 /tools/lzma-old
parente6aa1cab006268be2de19e4c82b5eff37516405c (diff)
downloadmtk-20170518-fb646844355554619e4ab367dde666b38833d496.zip
mtk-20170518-fb646844355554619e4ab367dde666b38833d496.tar.gz
mtk-20170518-fb646844355554619e4ab367dde666b38833d496.tar.bz2
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
SVN-Revision: 26423
Diffstat (limited to 'tools/lzma-old')
-rw-r--r--tools/lzma-old/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lzma-old/Makefile b/tools/lzma-old/Makefile
index a2a9592..08511b0 100644
--- a/tools/lzma-old/Makefile
+++ b/tools/lzma-old/Makefile
@@ -27,13 +27,10 @@ endef
define Host/Install
$(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
- $(INSTALL_BIN) $(ALONE_DIR)/lzma $(STAGING_DIR_HOST)/bin/
endef
define Host/Clean
- rm -f \
- $(STAGING_DIR_HOST)/lib/liblzma-old.a \
- $(STAGING_DIR_HOST)/bin/lzma
+ rm -f $(STAGING_DIR_HOST)/lib/liblzma-old.a
endef
$(eval $(call HostBuild))