diff options
| author | tv <tv@NetBSD.org> | 1999-02-09 17:59:36 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-09 17:59:36 +0000 |
| commit | 60012da67c044646307ba52017f9f9c8a5e3c4fc (patch) | |
| tree | 2bb7e9121c3d7daa831dc4ab9b0ee870f77213b6 /gnu/usr.bin | |
| parent | 9c5d588aac1287f95927bb9e97efc08b68d00988 (diff) | |
src/gnu/lib/bfd -> src/gnu/lib/libbfd
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/ld.new/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld.new/Makefile b/gnu/usr.bin/ld.new/Makefile index 6cb39159a8e..e7b09d447f9 100644 --- a/gnu/usr.bin/ld.new/Makefile +++ b/gnu/usr.bin/ld.new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/02/09 17:39:31 tv Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/09 17:59:36 tv Exp $ # for OBJECT_FMT .include <bsd.own.mk> @@ -30,7 +30,7 @@ LDADD+= -L${BFDOBJ} -lbfd YHEADER=1 DIST= ${.CURDIR}/../../dist -BFDOBJ!= cd ${.CURDIR}/../../lib/bfd; ${MAKE} print-objdir +BFDOBJ!= cd ${.CURDIR}/../../lib/libbfd; ${MAKE} print-objdir SCRIPTDIR= /usr/share/ldscripts .PATH: ${DIST}/ld |
