From c43f3d16a759080f0233794c4eb032479add7f12 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 26 Oct 1998 07:45:01 +0000 Subject: Make .so link in a.out case. --- math/randlib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'math/randlib') diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 3aa2e9e295d9..7f899107d9ed 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -3,7 +3,7 @@ # Date created: 06 April 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.1.1.1 1997/04/07 07:02:50 tg Exp $ +# $Id: Makefile,v 1.2 1997/04/23 06:57:54 tg Exp $ # DISTNAME= ranlib.c @@ -23,6 +23,9 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/ranlib @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib .endif + if [ "${PORTOBJFORMAT}" = "aout" ]; then \ + ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so; \ + fi @${LDCONFIG} -m ${PREFIX}/lib .include -- cgit v1.2.3