From: Richard Levitte Date: Wed, 4 Apr 2001 04:24:24 +0000 (+0000) Subject: Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent linux... X-Git-Tag: OpenSSL_0_9_6c~182^2~287 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3a465d5ec9d37e9dd1d855af76aa3f9fe3918b96;ds=sidebyside Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent linux-shared --- diff --git a/Makefile.org b/Makefile.org index 35f0621208..4d7fabb3fe 100644 --- a/Makefile.org +++ b/Makefile.org @@ -258,7 +258,7 @@ link-shared: build-shared: clean-shared do_$(SHLIB_TARGET) link-shared -do_bsd-gcc-shared: linux-shared +do_bsd-gcc-shared: do_gnu-shared do_linux-shared: do_gnu-shared do_gnu-shared: libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \