X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Flzma-old%2FMakefile;h=08511b0ec95aa6a08797e292e8665ed23a2a0478;hb=deff5fb6c89b58b193bb57ab129cbe441a4404b4;hp=a2a9592e39e6a766a0a5e6c273b520196a8061a6;hpb=94808e01087d84b3479a0f4fc4f840d134247b47;p=oweals%2Fopenwrt.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))