From 0249ef23ac5351d8c32f0a332d22326b31fe2c78 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 15 Aug 2015 20:57:37 +0000 Subject: [PATCH] this is gdb.old, not gdb. XXX: put this in bsd.own.mk? --- external/gpl3/gdb.old/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/gpl3/gdb.old/Makefile.inc b/external/gpl3/gdb.old/Makefile.inc index 5872aecbcbc1..442801a41c10 100644 --- a/external/gpl3/gdb.old/Makefile.inc +++ b/external/gpl3/gdb.old/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1.1.1 2015/08/15 09:27:49 christos Exp $ +# $NetBSD: Makefile.inc,v 1.2 2015/08/15 20:57:37 mrg Exp $ USE_LIBEDIT=no USE_TUI=yes @@ -13,4 +13,4 @@ CWARNFLAGS.clang+= -Wno-unused-value -Wno-conversion \ -Wno-tautological-compare -Wno-format-extra-args \ -Wno-string-plus-int -DIST= ${NETBSDSRCDIR}/external/gpl3/gdb/dist +DIST= ${NETBSDSRCDIR}/external/gpl3/gdb.old/dist