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/ld | |
| parent | 100047083e32210c810cd12782d5019bb321aba5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/ld')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 84adeb63b7ff..39d1bce91c14 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1998/05/04 21:38:46 jb Exp $ +# $Id: Makefile,v 1.4 1998/05/11 09:33:55 jb Exp $ # .include "../Makefile.inc0" @@ -15,6 +15,8 @@ CFLAGS+= -DSCRIPTDIR=\"${DESTDIR}/usr/libdata\" CFLAGS+= -I${SRCDIR}/ld LDADD+= -L${RELTOP}/libbfd -lbfd LDADD+= -L${RELTOP}/libiberty -liberty +DPADD+= ${RELTOP}/libbfd/libbfd.a +DPADD+= ${RELTOP}/libiberty/libiberty.a CLEANDIRS+= ldscripts beforedepend: ldemul-list.h ldgram.h |
