diff options
author | miod <> | 2015-05-29 04:17:11 +0000 |
---|---|---|
committer | miod <> | 2015-05-29 04:17:11 +0000 |
commit | ee5d49bab98e9108a01c9e83855e50bcf8652cb2 (patch) | |
tree | f3f4fbea4e963082791ed14c04637f743ce2df83 /src | |
parent | 2719cb898526f2b85203c20b9a3cde90a4211560 (diff) | |
download | openbsd-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/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= |