From 755afbe5e465c4f3b67abe3d053dd3e6e0da3104 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Mon, 13 Dec 2021 20:25:46 +0900 Subject: Ignore ar command error 'ar d' command gets error on macos if specified object not exist. --- ssl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 66d6b48..6f44e48 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -25,7 +25,7 @@ libssl_la_objects.mk: Makefile .PHONY: remove_bs_objects remove_bs_objects: libssl.la - $(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ + -$(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ bs_ber.o bs_cbb.o bs_cbs.o libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym -- cgit v1.2.3-55-g6feb