From: Eric Biggers Date: Sat, 6 Feb 2016 15:47:15 +0000 (-0600) Subject: Makefile.am: remove '--tag NASM' from libtool command line X-Git-Tag: v1.9.1~45 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=eb044d0f341a0b24dc32b64df1107a372017956b Makefile.am: remove '--tag NASM' from libtool command line libtool does not recognize this argument. --- 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 \