From: miod Date: Fri, 29 May 2015 04:17:11 +0000 (+0000) Subject: Need to operate of CXXFLAGS now. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f4c1c57176c5f2dac15bba17435d70acaf6d88a8;p=openbsd Need to operate of CXXFLAGS now. --- 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=