Module Name: src
Committed By: christos
Date: Sun Aug 6 20:39:07 UTC 2023
Modified Files:
src/external/gpl3/gdb/bin/gdbtui: Makefile
Log Message:
reorder
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gdb/bin/gdbtui/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/gdb/bin/gdbtui/Makefile
diff -u src/external/gpl3/gdb/bin/gdbtui/Makefile:1.17 src/external/gpl3/gdb/bin/gdbtui/Makefile:1.18
--- src/external/gpl3/gdb/bin/gdbtui/Makefile:1.17 Sun Aug 6 16:33:39 2023
+++ src/external/gpl3/gdb/bin/gdbtui/Makefile Sun Aug 6 16:39:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/08/06 20:33:39 christos Exp $
+# $NetBSD: Makefile,v 1.18 2023/08/06 20:39:07 christos Exp $
NOCTF=
NOMAN=
@@ -22,8 +22,9 @@ CPPFLAGS+= -I${.CURDIR} \
-I${DIST}/readline \
-I${DIST}/libdecnumber \
-I${DIST} \
- -I${GDBLIBDIR}/libbfd/arch/${GDB_MACHINE_ARCH} \
+ -I${GDBARCHDIR} \
-I${GDBLIBDIR}/libgdbsupport/arch/${GDB_MACHINE_ARCH} \
+ -I${GDBLIBDIR}/libbfd/arch/${GDB_MACHINE_ARCH} \
-I${GDBLIBDIR}/libgnulib/arch/${GDB_MACHINE_ARCH} \
-I${GDBLIBDIR}/libgnulib/arch/${GDB_MACHINE_ARCH}/gnulib/import \
-I${DIST}/bfd \