summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormiod <>2015-05-29 04:17:11 +0000
committermiod <>2015-05-29 04:17:11 +0000
commitee5d49bab98e9108a01c9e83855e50bcf8652cb2 (patch)
treef3f4fbea4e963082791ed14c04637f743ce2df83 /src
parent2719cb898526f2b85203c20b9a3cde90a4211560 (diff)
downloadopenbsd-ee5d49bab98e9108a01c9e83855e50bcf8652cb2.tar.gz
openbsd-ee5d49bab98e9108a01c9e83855e50bcf8652cb2.tar.bz2
openbsd-ee5d49bab98e9108a01c9e83855e50bcf8652cb2.zip
Need to operate of CXXFLAGS now.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/cxa-atexit/test1/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/cxa-atexit/test1/Makefile b/src/regress/lib/libc/cxa-atexit/test1/Makefile
index 533392d144..162922b35a 100644
--- a/src/regress/lib/libc/cxa-atexit/test1/Makefile
+++ b/src/regress/lib/libc/cxa-atexit/test1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2015/05/29 04:17:11 miod Exp $
2 2
3.include <bsd.obj.mk> 3.include <bsd.obj.mk>
4 4
@@ -20,8 +20,8 @@ PROG= test1
20 20
21SRCS= test1.C 21SRCS= test1.C
22 22
23CFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\"" 23CXXFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\""
24CFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\"" 24CXXFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\""
25LDFLAGS+= -Wl,-E 25LDFLAGS+= -Wl,-E
26 26
27NOMAN= 27NOMAN=