From: Richard Levitte Date: Wed, 4 Apr 2001 04:24:35 +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_6a~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c43aa1b82cdf91b417c700b04afba29e66297b9;p=oweals%2Fopenssl.git 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 dc3099eb60..5015159369 100644 --- a/Makefile.org +++ b/Makefile.org @@ -250,7 +250,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 \