diff options
| author | miod <> | 2015-05-29 04:17:11 +0000 |
|---|---|---|
| committer | miod <> | 2015-05-29 04:17:11 +0000 |
| commit | 334c0a46dde9a8e832ac6d3d81d28c7b3c10aec4 (patch) | |
| tree | f3f4fbea4e963082791ed14c04637f743ce2df83 | |
| parent | 19fa1f9c8cb339119eed198792a4b256a71a1e1e (diff) | |
| download | openbsd-334c0a46dde9a8e832ac6d3d81d28c7b3c10aec4.tar.gz openbsd-334c0a46dde9a8e832ac6d3d81d28c7b3c10aec4.tar.bz2 openbsd-334c0a46dde9a8e832ac6d3d81d28c7b3c10aec4.zip | |
Need to operate of CXXFLAGS now.
Diffstat (limited to '')
| -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= |
