X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Flzma-old%2FMakefile;h=08511b0ec95aa6a08797e292e8665ed23a2a0478;hb=9f07a903e8c781d00eaa913e642dc059812a2b32;hp=a2a9592e39e6a766a0a5e6c273b520196a8061a6;hpb=d797dde45bf383b082a6596722fbfe976deb738e;p=openwrt-github%2F.git 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))