From 78c6a7e037d86d0ad1a9cf945cc01056504f0109 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 11 Oct 1998 04:44:12 +0000 Subject: libf2c.so.* depends on libm.so. I'm not sure that this matters in this case because I expect the f2c front-end should add the -lm automatically. --- lib/libf2c/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libf2c/Makefile b/lib/libf2c/Makefile index 77e510c6cd34..6183d5880868 100644 --- a/lib/libf2c/Makefile +++ b/lib/libf2c/Makefile @@ -35,4 +35,7 @@ I77SRCS = Version.c backspace.c close.c dfe.c dolio.c due.c endfile.c err.c \ SRCS= ${F77SRCS} ${I77SRCS} +LDADD+= -lm +DPADD+= ${LIBM} + .include -- cgit v1.2.3