summaryrefslogtreecommitdiffstats
path: root/tools/lzma
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-24 14:02:46 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-24 14:02:46 +0000
commit59ef9d52e496a9ec5670894e486a9e00cdc00ead (patch)
tree88ac4c69893c4dd5350a3c9ee1ee47775654ae94 /tools/lzma
parent7557428c93299d9428ef49f250c7736b585b0474 (diff)
[tools] revert r16017 there are no users of it yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/lzma')
-rw-r--r--tools/lzma/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile
index 5e500adec..83391fcf2 100644
--- a/tools/lzma/Makefile
+++ b/tools/lzma/Makefile
@@ -27,7 +27,6 @@ define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin
$(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/
$(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/
- $(CP) $(HOST_BUILD_DIR)/C/LzmaUtil/lzma $(STAGING_DIR_HOST)/bin/lzma-new
endef
define Host/Clean