From: otto Date: Fri, 2 Jun 2017 20:03:54 +0000 (+0000) Subject: Use += instead of = for extra flag. Prompted by miod@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7d80b82c4649617e84b7c8ed989d20d00b8a2c2e;p=openbsd Use += instead of = for extra flag. Prompted by miod@ --- 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}