mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reflect new gdb directory structure.
This commit is contained in:
parent
378df78528
commit
0d8ba9a657
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ NOMAN= yes
|
|||
|
||||
SRCS= gdbreplay.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
|
||||
CFLAGS+= -I${.CURDIR}/../gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb
|
||||
CFLAGS+= -I${GDBDIR}/gdb/config
|
||||
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
|
||||
|
|
|
|||
Loading…
Reference in a new issue