mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Merge pull request #258 from eli-schwartz/dont-use-echo
build: fix incorrect use of shell commands in handmade libtool file
This commit is contained in:
commit
1242aecfed
|
|
@ -53,11 +53,12 @@ liblzma_la_LIBADD = $(ASM_7z).lo
|
||||||
\n\# Generated by libtool -- hack to allow asm linking\
|
\n\# Generated by libtool -- hack to allow asm linking\
|
||||||
\n\# Peter Hyman\
|
\n\# Peter Hyman\
|
||||||
\npic_object='.libs/$(ASM_7z).o'\
|
\npic_object='.libs/$(ASM_7z).o'\
|
||||||
\nnon_pic_object='$(ASM_7z).o'
|
\nnon_pic_object='$(ASM_7z).o'\
|
||||||
|
\n
|
||||||
|
|
||||||
$(ASM_7z).lo: $(ASM_S)
|
$(ASM_7z).lo: $(ASM_S)
|
||||||
$(ASM_PROG) $(ASM_OPT) -o $(ASM_7z).o $(ASM_S)
|
$(ASM_PROG) $(ASM_OPT) -o $(ASM_7z).o $(ASM_S)
|
||||||
mkdir -p .libs
|
mkdir -p .libs
|
||||||
cp $(ASM_7z).o .libs/
|
cp $(ASM_7z).o .libs/
|
||||||
@echo -e "$(7ZIPASMLOFILE)" > $(ASM_7z).lo
|
@printf "$(7ZIPASMLOFILE)" > $(ASM_7z).lo
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue