diff options
author | 2015-05-29 04:17:11 +0000 | |
---|---|---|
committer | 2015-05-29 04:17:11 +0000 | |
commit | f4c1c57176c5f2dac15bba17435d70acaf6d88a8 (patch) | |
tree | 8c101cda5f36b0942d2f6d4eb2bf527400f194c5 | |
parent | make this work without SUDO set; ok dtucker@ (diff) | |
download | wireguard-openbsd-f4c1c57176c5f2dac15bba17435d70acaf6d88a8.tar.xz wireguard-openbsd-f4c1c57176c5f2dac15bba17435d70acaf6d88a8.zip |
Need to operate of CXXFLAGS now.
-rw-r--r-- | regress/lib/libc/cxa-atexit/test1/Makefile | 6 |
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= |