Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Pass a real file as MLINKS target; fix unnecessary ...



details:   https://anonhg.NetBSD.org/src/rev/4329171c0de0
branches:  trunk
changeset: 785912:4329171c0de0
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Apr 06 12:16:49 2013 +0000

description:
Pass a real file as MLINKS target; fix unnecessary (re)install.

diffstat:

 lib/libm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9f80e575067f -r 4329171c0de0 lib/libm/Makefile
--- a/lib/libm/Makefile Sat Apr 06 02:22:07 2013 +0000
+++ b/lib/libm/Makefile Sat Apr 06 12:16:49 2013 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.133 2013/02/12 21:40:18 martin Exp $
+#  $NetBSD: Makefile,v 1.134 2013/04/06 12:16:49 uebayasi Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -292,7 +292,7 @@
 MLINKS+=scalbn.3 scalbnf.3 \
        scalbn.3 scalbnl.3
 MLINKS+=sin.3 sinf.3
-MLINKS+=sinf.3 sinhf.3
+MLINKS+=sin.3 sinhf.3
 MLINKS+=sqrt.3 sqrtf.3 sqrt.3 cbrt.3 sqrt.3 cbrtf.3
 MLINKS+=tan.3 tanf.3
 MLINKS+=tanh.3 tanhf.3



Home | Main Index | Thread Index | Old Index