aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-04-04 04:24:24 +0000
committerRichard Levitte <levitte@openssl.org>2001-04-04 04:24:24 +0000
commit3a465d5ec9d37e9dd1d855af76aa3f9fe3918b96 (patch)
treee8e4477a003fd0203724e0b1bc549e5ae4d6ec93 /Makefile.org
parent413a4a046192456a50f24320c0cedc4a8c83cbe2 (diff)
downloadopenssl-3a465d5ec9d37e9dd1d855af76aa3f9fe3918b96.tar.gz
Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent linux-shared
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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 \