diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-06-02 20:03:55 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-06-02 20:03:55 +0000 |
commit | c1ebcf148b606d29817e85a5f022a3f3f4f7cc6c (patch) | |
tree | 5828d8dacad5081780299d5d40b2a474020c734f /regress/lib/libm | |
parent | 57aff61bf45ea731661d5bbd929a6dd7a9f353b7 (diff) |
Use += instead of = for extra flag. Prompted by miod@
Diffstat (limited to 'regress/lib/libm')
-rw-r--r-- | regress/lib/libm/fenv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/fenv/Makefile b/regress/lib/libm/fenv/Makefile index 41e8afbdf90..556dcda29c9 100644 --- a/regress/lib/libm/fenv/Makefile +++ b/regress/lib/libm/fenv/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2016/10/26 11:24:17 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2017/06/02 20:03:54 otto Exp $ PROG=fenv -CFLAGS=-ffloat-store +CFLAGS+=-ffloat-store LDADD=-lm DPADD=${LIBM} |