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 10, 2024
1 parent f4b8486 commit 07a9f80
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 07a9f80

Please sign in to comment.