Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3 gdb 7 -> gdb.old



details:   https://anonhg.NetBSD.org/src/rev/15320a359757
branches:  trunk
changeset: 339912:15320a359757
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 07:30:39 2015 +0000

description:
gdb 7 -> gdb.old

diffstat:

 external/gpl3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce19de9b4cb4 -r 15320a359757 external/gpl3/Makefile
--- a/external/gpl3/Makefile    Mon Aug 17 07:06:58 2015 +0000
+++ b/external/gpl3/Makefile    Mon Aug 17 07:30:39 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2015/08/16 09:17:18 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2015/08/17 07:30:39 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -14,7 +14,7 @@
 .      if ${HAVE_GDB} == "79"
 SUBDIR+=        gdb
 .      elif ${HAVE_GDB} == "7"
-SUBDIR+=        gdb
+SUBDIR+=        gdb.old
 .      endif
 .endif
 



Home | Main Index | Thread Index | Old Index