diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-27 05:01:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-27 05:01:08 +0000 |
commit | 306ddad1bedbc9e40ae7c10497082f3e2ca2d1d8 (patch) | |
tree | 8d81b57ee9f2dc1562824a93c5b74402bf4a1a84 /gnu | |
parent | 66ab2daa68fe81f08a9f975d9c778f5d3ea84595 (diff) | |
download | FreeBSD-src-306ddad1bedbc9e40ae7c10497082f3e2ca2d1d8.zip FreeBSD-src-306ddad1bedbc9e40ae7c10497082f3e2ca2d1d8.tar.gz |
Discontinuation of an action that now fits on one.
Diffstat (limited to 'gnu')
-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 a7e0878..6f08dad 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)" |