Ignore ar command error

'ar d' command gets error on macos if specified object not exist.
This commit is contained in:
kinichiro 2021-12-13 20:25:46 +09:00
parent 858628bc77
commit 755afbe5e4

View File

@ -25,7 +25,7 @@ libssl_la_objects.mk: Makefile
.PHONY: remove_bs_objects .PHONY: remove_bs_objects
remove_bs_objects: libssl.la 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 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 libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym