Skip to content

Commit

Permalink
Makefile: fix libssl.a dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Dec 11, 2024
1 parent aec8e9b commit 26602de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ libressl-$(LIBRESSL_VERSION)/ssl/.libs/libssl.a: libressl-$(LIBRESSL_VERSION)
cd libressl-$(LIBRESSL_VERSION) && ./configure
$(MAKE) -C libressl-$(LIBRESSL_VERSION)

libssl.a: libressl-$(LIBRESSL_VERSION)
libssl.a: libressl-$(LIBRESSL_VERSION)/ssl/.libs/libssl.a
cp libressl-$(LIBRESSL_VERSION)/ssl/.libs/libssl.a libssl.a

libressl-$(LIBRESSL_VERSION):
Expand Down

0 comments on commit 26602de

Please sign in to comment.