revert r16017 there are no users of it yet

SVN-Revision: 16029
This commit is contained in:
Florian Fainelli 2009-05-24 14:02:46 +00:00
parent 5c96996a7d
commit 3e8dc710b5
1 changed files with 0 additions and 1 deletions

View File

@ -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