summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-05-29 04:17:11 +0000
committermiod <miod@openbsd.org>2015-05-29 04:17:11 +0000
commitf4c1c57176c5f2dac15bba17435d70acaf6d88a8 (patch)
tree8c101cda5f36b0942d2f6d4eb2bf527400f194c5
parentmake this work without SUDO set; ok dtucker@ (diff)
downloadwireguard-openbsd-f4c1c57176c5f2dac15bba17435d70acaf6d88a8.tar.xz
wireguard-openbsd-f4c1c57176c5f2dac15bba17435d70acaf6d88a8.zip
Need to operate of CXXFLAGS now.
-rw-r--r--regress/lib/libc/cxa-atexit/test1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libc/cxa-atexit/test1/Makefile b/regress/lib/libc/cxa-atexit/test1/Makefile
index 533392d144e..162922b35a1 100644
--- a/regress/lib/libc/cxa-atexit/test1/Makefile
+++ b/regress/lib/libc/cxa-atexit/test1/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $
+# $OpenBSD: Makefile,v 1.2 2015/05/29 04:17:11 miod Exp $
.include <bsd.obj.mk>
@@ -20,8 +20,8 @@ PROG= test1
SRCS= test1.C
-CFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\""
-CFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\""
+CXXFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\""
+CXXFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\""
LDFLAGS+= -Wl,-E
NOMAN=