From f44ca047d4cc06418564181298b5ae7dfea6d380 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 20 Sep 1994 05:17:50 +0000 Subject: [PATCH] Add dependency for -lcompat. --- gnu/usr.bin/binutils/gdb/Makefile | 4 +++- gnu/usr.bin/gdb/gdb/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 4c986410004c..32f07868b21e 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a .endif -LDADD+= -lcompat +LDADD+= -lcompat +DPADD+= ${LIBCOMPAT} + .include diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 4c986410004c..32f07868b21e 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a .endif -LDADD+= -lcompat +LDADD+= -lcompat +DPADD+= ${LIBCOMPAT} + .include