From ee5d49bab98e9108a01c9e83855e50bcf8652cb2 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 29 May 2015 04:17:11 +0000 Subject: Need to operate of CXXFLAGS now. --- src/regress/lib/libc/cxa-atexit/test1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.1 2007/09/03 14:42:44 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2015/05/29 04:17:11 miod Exp $ .include @@ -20,8 +20,8 @@ PROG= test1 SRCS= test1.C -CFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\"" -CFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\"" +CXXFLAGS+= -DLIBGD1="\"$(GD1_OBJDIR)/libgd1.so\"" +CXXFLAGS+= -DLIBGD2="\"$(GD2_OBJDIR)/libgd2.so\"" LDFLAGS+= -Wl,-E NOMAN= -- cgit v1.2.3-55-g6feb