summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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=