diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-24 14:02:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-24 14:02:46 +0000 |
commit | 0e463496124420dd4c48e32e2e00a2920e879017 (patch) | |
tree | 88ac4c69893c4dd5350a3c9ee1ee47775654ae94 | |
parent | 2b9ab8ceca539a74d8d01b4efe9b71a8d5fee447 (diff) | |
download | upstream-0e463496124420dd4c48e32e2e00a2920e879017.tar.gz upstream-0e463496124420dd4c48e32e2e00a2920e879017.tar.bz2 upstream-0e463496124420dd4c48e32e2e00a2920e879017.zip |
[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
-rw-r--r-- | tools/lzma/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |