From 41d6836071f3fb80163061de8283b91d69099a75 Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Mon, 19 Apr 1999 16:49:18 +0000 Subject: The library requires a couple of routines from linpack, which are included but were not being compiled into the library. This resulted in missing symbols when code was linked against libranlib. We now compile in the provided linpack routines. Approved by: tg --- math/randlib/files/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/randlib') diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib index 2025bcecff69..1c5eb105cb97 100644 --- a/math/randlib/files/Makefile.lib +++ b/math/randlib/files/Makefile.lib @@ -6,7 +6,7 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 0 LIB= ranlib -SRCS = com.c ranlib.c +SRCS = ../linpack/linpack.c com.c ranlib.c beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \ -- cgit v1.2.3