Module Name: src Committed By: christos Date: Sun Aug 16 09:17:18 UTC 2015
Modified Files: src/external/gpl3: Makefile Log Message: handle gdb-7.9.1 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/Makefile diff -u src/external/gpl3/Makefile:1.12 src/external/gpl3/Makefile:1.13 --- src/external/gpl3/Makefile:1.12 Sat Aug 15 05:34:17 2015 +++ src/external/gpl3/Makefile Sun Aug 16 05:17:18 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/08/15 09:34:17 christos Exp $ +# $NetBSD: Makefile,v 1.13 2015/08/16 09:17:18 christos Exp $ .include <bsd.own.mk> @@ -11,9 +11,11 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR} .endif .if ${MKGDB} != "no" -.if ${HAVE_GDB} == "7" -SUBDIR+= gdb.old -.endif +. if ${HAVE_GDB} == "79" +SUBDIR+= gdb +. elif ${HAVE_GDB} == "7" +SUBDIR+= gdb +. endif .endif .include <bsd.subdir.mk>