diff options
author | gj <gj@FreeBSD.org> | 1997-03-15 20:59:59 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-03-15 20:59:59 +0000 |
commit | 794901ee2742f8499a990db1b5e25e3a98b482e9 (patch) | |
tree | c8a33319819fa3bf6146d3b9b20d1a302416d0a5 | |
parent | cc24249a863147588766ca6185b86b74ddd1fbde (diff) | |
download | FreeBSD-src-794901ee2742f8499a990db1b5e25e3a98b482e9.zip FreeBSD-src-794901ee2742f8499a990db1b5e25e3a98b482e9.tar.gz |
delete the LINKS line (link gdb to kgdb) by popular demand.
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index c15d809..6f0be05 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1997/02/22 15:45:28 peter Exp $ +# $Id: Makefile,v 1.18 1997/03/12 22:34:07 gj Exp $ PROG = gdb @@ -66,6 +66,4 @@ LDADD+= -L${.CURDIR}/../libiberty/ -liberty DPADD+= ${.CURDIR}/../libiberty/libiberty.a .endif -LINKS= ${BINDIR}/${PROG} ${BINDIR}/k${PROG} - .include <bsd.prog.mk> diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index c15d809..6f0be05 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1997/02/22 15:45:28 peter Exp $ +# $Id: Makefile,v 1.18 1997/03/12 22:34:07 gj Exp $ PROG = gdb @@ -66,6 +66,4 @@ LDADD+= -L${.CURDIR}/../libiberty/ -liberty DPADD+= ${.CURDIR}/../libiberty/libiberty.a .endif -LINKS= ${BINDIR}/${PROG} ${BINDIR}/k${PROG} - .include <bsd.prog.mk> |