lrzip/lzma/C
Fabrice Fontaine 3734448abc lzma/C/Makefile.am: fix install with asm
Since commit 9f16f65705, build with asm
can fail on:

nasm -I../ASM/x86/ -Dx64 -f elf64 -o 7zCrcOpt_asm.o ../../lzma/ASM/x86/7zCrcOpt_asm.asm
  CC       LzmaEnc.lo
  CC       LzmaLib.lo
  CC       Alloc.lo
  CC       Threads.lo
cp 7zCrcOpt_asm.o .libs/
cp: cannot create regular file '.libs/': Not a directory
make[4]: *** [Makefile:678: 7zCrcOpt_asm.lo] Error 1
make[4]: *** Waiting for unfinished jobs....

So create .libs directory before copying 7zCrcOpt_asm.o

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2020-05-16 09:33:48 +02:00
..
7zCrc.c Initial import 2010-03-29 10:07:08 +11:00
7zCrc.h Initial import 2010-03-29 10:07:08 +11:00
7zCrcT8.c Initial import 2010-03-29 10:07:08 +11:00
Alloc.c Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
Alloc.h Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
basetyps.h Remove more whitespace 2011-03-10 09:34:01 +11:00
LzFind.c Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
LzFind.h Fix windows EOL & update authors 2010-04-25 16:18:47 +10:00
LzFindMt.c Rename lrzip.h to lrzip_core.h to cope with case insensitive filesystems not working with Lrzip.h vs lrzip.h 2012-07-07 21:39:40 +10:00
LzFindMt.h Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
LzHash.h Fix windows EOL & update authors 2010-04-25 16:18:47 +10:00
LzmaDec.c Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
LzmaDec.h Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
LzmaEnc.c Rename lrzip.h to lrzip_core.h to cope with case insensitive filesystems not working with Lrzip.h vs lrzip.h 2012-07-07 21:39:40 +10:00
LzmaEnc.h Fix windows EOL & update authors 2010-04-25 16:18:47 +10:00
LzmaLib.c Fix warnings in LzmaLib.c 2015-03-10 21:24:45 +11:00
LzmaLib.h Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
Makefile.am lzma/C/Makefile.am: fix install with asm 2020-05-16 09:33:48 +02:00
MyGuidDef.h Fix Types.h missing which breaks typedefs on macosx. 2012-07-07 22:06:13 +10:00
MyWindows.h Initial import 2010-03-29 10:07:08 +11:00
Threads.c Remove more whitespace 2011-03-10 09:34:01 +11:00
Threads.h Initial import 2010-03-29 10:07:08 +11:00
Types.h Update to lzma 920 library. 2011-09-15 08:26:07 +10:00
windows.h Remove more whitespace 2011-03-10 09:34:01 +11:00