Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Add missing .go and fix lint rule.



details:   https://anonhg.NetBSD.org/src/rev/8a366318b279
branches:  trunk
changeset: 787496:8a366318b279
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 20 19:49:47 2013 +0000

description:
Add missing .go and fix lint rule.

diffstat:

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

diffs (18 lines):

diff -r 2570c68ad026 -r 8a366318b279 lib/libm/Makefile
--- a/lib/libm/Makefile Thu Jun 20 18:41:26 2013 +0000
+++ b/lib/libm/Makefile Thu Jun 20 19:49:47 2013 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.138 2013/05/24 12:45:40 martin Exp $
+#  $NetBSD: Makefile,v 1.139 2013/06/20 19:49:47 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -57,7 +57,7 @@
 ARCH_SRCS = e_sqrt.S e_sqrtf.S lrint.S lrintf.S s_fabsf.S s_fma.S s_fmaf.S
 .else
 .for i in e_sqrt.o e_sqrtf.o lrint.o lrintf.o s_fabsf.o s_fma.o s_fmaf.o
-${i} ${i:.o=.po} ${i:.o=.pico} ${i.o=.ln}: ${i:.o=.c}
+${i} ${i:.o=.po} ${i:.o=.pico} ${i:.o=.go} ${i:.o=.ln}: ${i:.o=.c}
 .endfor
 .endif
 .elif (${MACHINE_ARCH} == "sparc")



Home | Main Index | Thread Index | Old Index