diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-27 05:01:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-27 05:01:08 +0000 |
| commit | b7300254aeee9a5b00437bf9294d5c237f8b4296 (patch) | |
| tree | 8d81b57ee9f2dc1562824a93c5b74402bf4a1a84 /gnu/usr.bin/binutils | |
| parent | bfd8097a691d6e9aac1eb8821166b267cf26fc6d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index a7e08787a14b..6f08dad91464 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -124,9 +124,7 @@ tm.h: .for H in nm-fbsd xm-${GDB_CPU} ${H:C/-.*$//}.h: - ln -sf \ - ${GDBDIR}/gdb/config/${GDB_CPU}/${H}.h \ - ${.TARGET} + ln -sf ${GDBDIR}/gdb/config/${GDB_CPU}/${H}.h ${.TARGET} .endfor GDB_VERSION= "5.2.1 (FreeBSD)" |
