Merge pull request #152 from ffontaine/master

lzma/C/Makefile.am: fix install with asm
This commit is contained in:
Con Kolivas 2020-05-16 17:45:02 +10:00 committed by GitHub
commit 8781292dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ liblzma_la_LIBADD = $(ASM_7z).lo
$(ASM_7z).lo: $(ASM_S)
$(ASM_PROG) $(ASM_OPT) -o $(ASM_7z).o $(ASM_S)
mkdir .libs
cp $(ASM_7z).o .libs/
@echo -e "$(7ZIPASMLOFILE)" > $(ASM_7z).lo
endif