1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add a last-minute fix to a pathname which I unfortunately left out

of the previous commit.
This commit is contained in:
John Polstra 1999-09-10 00:40:04 +00:00
parent ea872bcfc3
commit d4bfe817b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21527

View File

@ -10,7 +10,7 @@
-.if ${OBJFORMAT} == elf
-BFDDIR= ${.CURDIR}/../../binutils/libbfd/${MACHINE_ARCH}
-BINDIR= /usr/local/bin
+FBSDGDBDIR= ${.CURDIR}/../src/gnu/usr.bin/gdb/gdb
+FBSDGDBDIR= ${.CURDIR}/src/gnu/usr.bin/gdb/gdb
+
+GDBDIR= ${FBSDGDBDIR}/../../../../contrib/gdb
+