diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-03 18:01:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-03 18:01:04 +0000 |
| commit | fb8bc13e4e6fdd82f272e47c0d53b723be3be85e (patch) | |
| tree | 0279bc12a8d313a01e75b8edcff22a15e08665e4 /gnu/usr.bin/binutils/nm | |
| parent | 100047083e32210c810cd12782d5019bb321aba5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/nm')
| -rw-r--r-- | gnu/usr.bin/binutils/nm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/nm/Makefile b/gnu/usr.bin/binutils/nm/Makefile index f45067b75836..d3495552f2a4 100644 --- a/gnu/usr.bin/binutils/nm/Makefile +++ b/gnu/usr.bin/binutils/nm/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:12 jdp Exp $ +# $Id: Makefile,v 1.2 1998/03/12 02:55:34 jdp Exp $ # .include "../Makefile.inc0" @@ -13,5 +13,8 @@ CFLAGS+= -I${SRCDIR}/binutils LDADD+= -L${RELTOP}/libbinutils -lbinutils LDADD+= -L${RELTOP}/libbfd -lbfd LDADD+= -L${RELTOP}/libiberty -liberty +DPADD+= ${RELTOP}/libbinutils/libbinutils.a +DPADD+= ${RELTOP}/libbfd/libbfd.a +DPADD+= ${RELTOP}/libiberty/libiberty.a .include <bsd.prog.mk> |
