diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/cxa-atexit/test1/Makefile | 6 |
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 | ||
21 | SRCS= test1.C | 21 | SRCS= test1.C |
22 | 22 | ||
23 | CFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\"" | 23 | CXXFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\"" |
24 | CFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\"" | 24 | CXXFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\"" |
25 | LDFLAGS+= -Wl,-E | 25 | LDFLAGS+= -Wl,-E |
26 | 26 | ||
27 | NOMAN= | 27 | NOMAN= |