diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-10-15 14:15:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-15 14:15:09 +0000 |
| commit | cc4fb50148ab99ff2b709833d58273d969910293 (patch) | |
| tree | 28a522f3a5d646e22bbd08e71b55f71a46a6cfb8 /gnu/usr.bin/binutils | |
| parent | 099d4ed1355ac9962c66be402499066bfa09fdab (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index b4a244286032..bc194ac71926 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,12 +1,14 @@ -# $Id: Makefile,v 1.36 1998/08/30 02:46:35 jb Exp $ +# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $ PROG = gdb GDBDIR= ${.CURDIR}/../../../../contrib/gdb .if ${OBJFORMAT} == elf BFDDIR= ${.CURDIR}/../../binutils/libbfd/${MACHINE_ARCH} +BINDIR= /usr/libexec/elf .else BFDDIR= ${.CURDIR}/../bfd +BINDIR= /usr/libexec/aout .endif .PATH: ${GDBDIR}/gdb .PATH: ${GDBDIR}/opcodes |
