Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 now needs -lm for finite(3)



details:   https://anonhg.NetBSD.org/src/rev/fc25ed032a02
branches:  trunk
changeset: 521525:fc25ed032a02
user:      ross <ross%NetBSD.org@localhost>
date:      Fri Feb 01 01:32:20 2002 +0000

description:
now needs -lm for finite(3)

diffstat:

 usr.bin/xlint/lint1/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 35dc6c123ad2 -r fc25ed032a02 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Thu Jan 31 23:31:34 2002 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Fri Feb 01 01:32:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2002/01/31 22:44:00 tv Exp $
+#      $NetBSD: Makefile,v 1.25 2002/02/01 01:32:20 ross Exp $
 
 .include <bsd.own.mk>
 
@@ -39,8 +39,8 @@
        sh ${.ALLSRC:M*makeman} ${LINT1} -m >${.TARGET}
 
 .ifndef HOSTPROG
-LDADD+=                -ll
-DPADD+=                ${LIBL}
+LDADD+=                -ll -lm
+DPADD+=                ${LIBL} ${LIBM}
 
 .include <bsd.prog.mk>
 .endif



Home | Main Index | Thread Index | Old Index