From: Florian Fainelli Date: Sun, 24 May 2009 14:02:46 +0000 (+0000) Subject: revert r16017 there are no users of it yet X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=3e8dc710b514e21ed17646636e742b4872a16284 revert r16017 there are no users of it yet SVN-Revision: 16029 --- diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 5e500adec8..83391fcf26 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