From eb044d0f341a0b24dc32b64df1107a372017956b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 6 Feb 2016 09:47:15 -0600 Subject: [PATCH] Makefile.am: remove '--tag NASM' from libtool command line libtool does not recognize this argument. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 26bf6606..2987b100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,7 +202,7 @@ libwim_la_SOURCES += src/sha1-ssse3.asm libwim_la_LIBADD += src/sha1-ssse3.lo src/sha1-ssse3.lo:src/sha1-ssse3.asm - $(LIBTOOL) --mode=compile --tag NASM $(srcdir)/build-aux/nasm_lt.sh \ + $(LIBTOOL) --mode=compile $(srcdir)/build-aux/nasm_lt.sh \ $(NASM) $(NAFLAGS) $(NASM_PLATFORM_FLAGS) \ -DINTEL_SHA1_UPDATE_FUNCNAME=$(NASM_SYMBOL_PREFIX)sha1_transform_blocks_ssse3 \ -DINTEL_SHA1_UPDATE_DEFAULT_DISPATCH=$(NASM_SYMBOL_PREFIX)sha1_transform_blocks_default \ -- 2.43.0