aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-09-20 05:17:50 +0000
committerBruce Evans <bde@FreeBSD.org>1994-09-20 05:17:50 +0000
commitf44ca047d4cc06418564181298b5ae7dfea6d380 (patch)
treee40f7b0e0b23c4ef2a74796cfca5efc1a7007ebc
parent2b3d0249bd3466c83e2f66682db517b47ac8f885 (diff)
Notes
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile4
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile4
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 <bsd.prog.mk>
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 <bsd.prog.mk>