diff options
| author | tron <tron@NetBSD.org> | 1999-02-10 16:15:21 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 1999-02-10 16:15:21 +0000 |
| commit | 024a7bf0953004e874858f3ba0526d6dfbbf4dd6 (patch) | |
| tree | 76dd38b7be8a9935d69254926593728eae8704bd /gnu/usr.bin | |
| parent | c5847e98a9d71722ea9eb94f3f63e3eef393b2a2 (diff) | |
BFD library is in "src/gnu/lib/libbfd" now.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile index 8f895d45d9a..9a2814cfb99 100644 --- a/gnu/usr.bin/gdb/Makefile +++ b/gnu/usr.bin/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/02/07 17:35:28 christos Exp $ +# $NetBSD: Makefile,v 1.22 1999/02/10 16:15:21 tron Exp $ TOP= $(.CURDIR)/../.. dist= $(TOP)/dist @@ -10,7 +10,7 @@ srcdir= $(dist)/gdb PROG= gdb -BFDOBJ!=cd ${TOP}/lib/bfd; \ +BFDOBJ!=cd ${TOP}/lib/libbfd; \ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f- # Note: nm.h, tm.h are in $(.OBJDIR), |
