diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-26 06:10:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-26 06:10:26 +0000 |
| commit | a7376656a553056f65f4a0545d1cf70ee1c7f128 (patch) | |
| tree | 9cb0b81c4388c6f38e176d3ca4fbbd72e1e3a50c /gnu | |
| parent | 74483bd44043aeea4d221d75f8b930403b638966 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 9e15d30b39c2..20d3c090577e 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,10 +1,11 @@ +# ex:ts=8 # $FreeBSD$ .include "../Makefile.inc0" GDBDIR= ${.CURDIR}/../../../../contrib/gdb -.PATH: ${GDBDIR}/gdb ${GDBDIR}/gdb/cli ${GDBDIR}/gdb/mi -.PATH: ${SRCDIR}/opcodes ${SRCDIR}/binutils +.PATH: ${GDBDIR}/gdb ${GDBDIR}/gdb/cli ${GDBDIR}/gdb/mi +.PATH: ${SRCDIR}/opcodes ${SRCDIR}/binutils .if ${TARGET_ARCH} == "sparc64" GDB_CPU= sparc |
