Module Name:    src
Committed By:   christos
Date:           Fri Aug 26 08:33:48 UTC 2016

Modified Files:
        src/lib/libm: Makefile

Log Message:
fix double merge.


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 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.182 src/lib/libm/Makefile:1.183
--- src/lib/libm/Makefile:1.182	Fri Aug 26 04:31:17 2016
+++ src/lib/libm/Makefile	Fri Aug 26 04:33:48 2016
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.182 2016/08/26 08:31:17 christos Exp $
+#  $NetBSD: Makefile,v 1.183 2016/08/26 08:33:48 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -170,12 +170,8 @@ COMMON_SRCS += fenv.c
 .elif (${LIBC_MACHINE_CPU} == "mips")
 .PATH:	${.CURDIR}/arch/mips
 COMMON_SRCS += fenv.c
-.if (${LIBC_MACHINE_CPU} == "sh3")
-.PATH:	${.CURDIR}/arch/sh3
-COMMON_SRCS += fenv.c
 .elif (${LIBC_MACHINE_CPU} == "sh3")
 .PATH:	${.CURDIR}/arch/sh3
-COPTS.e_sqrtl.c += -DHAVE_FENV_H
 COMMON_SRCS += fenv.c
 .endif
 

Reply via email to