diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-08 13:22:28 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1997-01-08 13:22:28 +0000 |
| commit | e76da594562fc3271debe3d2f18ca723d01bebfb (patch) | |
| tree | 27d6059de5da800c1c40688a36cbe00db199dcc0 | |
| parent | 373f88ed5cfe1193f9c25443d46deac3344c100f (diff) | |
Notes
| -rw-r--r-- | lib/msun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 350dd58da136..37463cfbbb6f 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.1beta 93/09/24 -# $Id: Makefile,v 1.10 1996/08/30 02:05:30 peter Exp $ +# $Id: Makefile,v 1.11 1996/08/30 21:21:52 peter Exp $ # # ==================================================== # Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -53,7 +53,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \ .PATH: ${.CURDIR}/man .PATH: ${.CURDIR}/src -CFLAGS+= -D_MULTI_LIBM -D_POSIX_MODE -D_IEEE_LIBM +CFLAGS+= -D_IEEE_LIBM LIB= m COMMON_SRCS = e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ |
