diff options
-rw-r--r-- | ssl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
25 | 25 | ||
26 | .PHONY: remove_bs_objects | 26 | .PHONY: remove_bs_objects |
27 | remove_bs_objects: libssl.la | 27 | remove_bs_objects: libssl.la |
28 | $(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ | 28 | -$(AR) dv $(abs_top_builddir)/ssl/.libs/libssl.a \ |
29 | bs_ber.o bs_cbb.o bs_cbs.o | 29 | bs_ber.o bs_cbb.o bs_cbs.o |
30 | 30 | ||
31 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym | 31 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |