summaryrefslogtreecommitdiffstats
path: root/tools/lzma-old
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-03 01:02:03 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-03 01:02:03 +0000
commitd0e659a49df8a1721f3be7d4b8f1d7cac70c2226 (patch)
tree80d2fab6425a94f146818a8142a2b5efc9a2cdb9 /tools/lzma-old
parentb5b89c229819414c8bf741fef9d1a9dbb042a2da (diff)
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26423 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a2a9592e3..08511b0ec 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))