diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-18 07:48:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-09-18 07:48:37 +0000 |
commit | 29d2fe26e3fa151d50dd2182cf9a48af11c5aac0 (patch) | |
tree | 0e11abefbe4a182974c16300bc2d9c19bee01c9f /lib | |
parent | 375e1476fbe2e5c2a235492f76eedab9c7850107 (diff) |
Move s_signgam.c to PURE_SRCS, so that it also gets built on vax.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 3303c247ba5..02dcb4d414d 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.107 2014/09/12 22:07:24 kettenis Exp $ +# $OpenBSD: Makefile,v 1.108 2015/09/18 07:48:36 miod Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -109,7 +109,7 @@ COMMON_SRCS = b_exp__D.c b_log__D.c b_tgamma.c \ s_lrintf.c s_modff.c s_nan.c s_nearbyint.c s_nextafter.c \ s_nextafterf.c s_nexttowardf.c s_remquo.c s_remquof.c s_rint.c \ s_rintf.c \ - s_scalbn.c s_scalbnf.c s_signgam.c s_significand.c \ + s_scalbn.c s_scalbnf.c s_significand.c \ s_significandf.c \ s_sin.c s_sinf.c s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_trunc.c \ s_truncf.c w_drem.c w_dremf.c w_gamma.c w_gamma_r.c w_gammaf.c \ @@ -149,7 +149,7 @@ PURE_SRCS = s_cabs.c s_cacos.c s_cacosh.c s_carg.c s_casin.c \ s_cimag.c s_cimagf.c s_clog.c s_conj.c s_conjf.c s_cpow.c \ s_creal.c s_crealf.c s_csin.c s_csinh.c s_csqrt.c s_ctan.c \ s_ctanh.c s_fdim.c s_fmax.c s_fmaxf.c s_fmin.c s_fminf.c \ - s_cproj.c s_cprojf.c s_round.c s_roundf.c s_scalbln.c + s_cproj.c s_cprojf.c s_round.c s_roundf.c s_scalbln.c s_signgam.c .if (${MACHINE_ARCH} == "vax") SRCS= ${NOIEEE_SRCS} ${NOIEEE_ARCH} ${PURE_SRCS} |