Merge pull request #154 from ffontaine/master

lzma/C/Makefile.am: fix install with asm
This commit is contained in:
Con Kolivas 2020-05-23 09:24:30 +10:00 committed by GitHub
commit 7f3bf46203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +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
mkdir -p .libs
cp $(ASM_7z).o .libs/
@echo -e "$(7ZIPASMLOFILE)" > $(ASM_7z).lo
endif