From f4c1c57176c5f2dac15bba17435d70acaf6d88a8 Mon Sep 17 00:00:00 2001 From: miod Date: Fri, 29 May 2015 04:17:11 +0000 Subject: [PATCH] Need to operate of CXXFLAGS now. --- regress/lib/libc/cxa-atexit/test1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/lib/libc/cxa-atexit/test1/Makefile b/regress/lib/libc/cxa-atexit/test1/Makefile index 533392d144e..162922b35a1 100644 --- a/regress/lib/libc/cxa-atexit/test1/Makefile +++ b/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= -- 2.20.1