summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-28 18:46:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-28 18:46:28 +0000
commit8195befa82a397d0a110c7a0ccf537f0e02434ab (patch)
tree82932c1691609140fa76ff9c6b551d22ff10a80e /lib/libm
parent795985cbc75933c27a5995f8d1745ae40c1a6890 (diff)
reach into new amd64 directory
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 992a3ed424d..2557feb565e 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $
-# $OpenBSD: Makefile,v 1.32 2004/02/27 17:36:13 deraadt Exp $
+# $OpenBSD: Makefile,v 1.33 2004/02/28 18:46:27 deraadt Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -64,8 +64,8 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
s_rint.S s_rintf.S s_scalbn.S s_scalbnf.S s_significand.S \
s_significandf.S s_sin.S s_sinf.S s_tan.S s_tanf.S
.elif (${MACHINE_ARCH} == "amd64")
-.PATH: ${.CURDIR}/arch/x86_64
-CPPFLAGS+=-I${.CURDIR}/arch/x86_64
+.PATH: ${.CURDIR}/arch/amd64
+CPPFLAGS+=-I${.CURDIR}/arch/amd64
ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
e_remainder.S e_remainderf.S e_scalb.S e_sqrt.S e_sqrtf.S \
s_atan.S s_atanf.S s_ceil.S s_ceilf.S s_copysign.S s_copysignf.S \