From: Felix Fietkau Date: Sun, 3 Apr 2011 01:02:03 +0000 (+0000) Subject: lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fb646844355554619e4ab367dde666b38833d496;p=openwrt%2Fstaging%2Fmkresin.git lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma SVN-Revision: 26423 --- diff --git a/tools/lzma-old/Makefile b/tools/lzma-old/Makefile index a2a9592e39..08511b0ec9 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))