Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libgdb Add new path for arm



details:   https://anonhg.NetBSD.org/src/rev/b15ba2054061
branches:  trunk
changeset: 348312:b15ba2054061
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 14 16:38:27 2016 +0000

description:
Add new path for arm

diffstat:

 external/gpl3/gdb/lib/libgdb/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 24ce22195ef4 -r b15ba2054061 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile     Fri Oct 14 16:23:17 2016 +0000
+++ b/external/gpl3/gdb/lib/libgdb/Makefile     Fri Oct 14 16:38:27 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2016/10/12 20:20:39 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2016/10/14 16:38:27 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -42,8 +42,8 @@
 .include "../../Makefile.inc"
 .include <bsd.lib.mk>
 
-.PATH: ${DIST}/gdb ${DIST}/gdb/mi ${DIST}/gdb/cli ${DIST}/gdb/tui \
-    ${DIST}/gdb/python ${DIST}/gdb/common ${DIST}/gdb/target \
+.PATH: ${DIST}/gdb ${DIST}/gdb/arch ${DIST}/gdb/mi ${DIST}/gdb/cli  \
+    ${DIST}/gdb/tui ${DIST}/gdb/python ${DIST}/gdb/common ${DIST}/gdb/target \
     ${DIST}/gdb/guile ${DIST}/gdb/compile ${DIST}/gdb/doc ${GDBARCHDIR}
 
 #



Home | Main Index | Thread Index | Old Index