Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/groff change from CXX_SUPCXX=1 to MKCXXSUPCXX=yes



details:   https://anonhg.NetBSD.org/src/rev/1be0fbcf9281
branches:  trunk
changeset: 550025:1be0fbcf9281
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 28 07:04:17 2003 +0000

description:
change from CXX_SUPCXX=1 to MKCXXSUPCXX=yes

diffstat:

 gnu/usr.bin/groff/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb0694e195f4 -r 1be0fbcf9281 gnu/usr.bin/groff/Makefile.inc
--- a/gnu/usr.bin/groff/Makefile.inc    Mon Jul 28 07:03:43 2003 +0000
+++ b/gnu/usr.bin/groff/Makefile.inc    Mon Jul 28 07:04:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2003/07/26 15:03:27 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2003/07/28 07:04:17 lukem Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $
 
@@ -86,7 +86,7 @@
 
 # If we're using GCC3, we only need -lsupc++
 .if ${USE_TOOLS_TOOLCHAIN} == "no"
-CXX_SUPCXX=    1
+MKCXXSUPCXX=   yes
 .endif
 
 .y.o:



Home | Main Index | Thread Index | Old Index