diff options
| -rw-r--r-- | tools/lzma-old/Makefile | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lzma-old/Makefile b/tools/lzma-old/Makefile index a2a9592e3..08511b0ec 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))  | 
