Module Name: src
Committed By: christos
Date: Thu Jun 20 19:49:47 UTC 2013
Modified Files:
src/lib/libm: Makefile
Log Message:
Add missing .go and fix lint rule.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.138 src/lib/libm/Makefile:1.139
--- src/lib/libm/Makefile:1.138 Fri May 24 08:45:40 2013
+++ src/lib/libm/Makefile Thu Jun 20 15:49:47 2013
@@ -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 @@ COMMON_SRCS+= fenv.c
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")