diff options
| author | mrg <mrg@NetBSD.org> | 2003-03-01 13:09:11 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-03-01 13:09:11 +0000 |
| commit | 331f9d9c1ad97eb0fc3389730b92e4ea3e998f8f (patch) | |
| tree | dcba118848f4d7bc25073e9ece28ef31fa72e9ea /gnu/usr.bin/gdb | |
| parent | 5e2559a4cc145f6b8794bae8331147e39939cbf2 (diff) | |
update / regenerate for binutils 2.13.2.1
Diffstat (limited to 'gnu/usr.bin/gdb')
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 19dd4b549c8..5db60ec705a 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/01/18 21:36:47 christos Exp $ +# $NetBSD: Makefile,v 1.18 2003/03/01 13:09:27 mrg Exp $ .include <bsd.own.mk> @@ -45,6 +45,10 @@ LDADD+= -L${PSIMOBJ} -lsim DPADD+= ${PSIMOBJ}/libsim.a .endif +OPCODESOBJ!= cd ${TOP}/lib/libopcodes && ${PRINTOBJDIR} +LDADD+= -L${OPCODESOBJ} -lopcodes +DPADD+= ${OPCODESOBJ}/libopcodes_pic.a + BFDOBJ!= cd ${TOP}/lib/libbfd && ${PRINTOBJDIR} LDADD+= -L${BFDOBJ} -lbfd DPADD+= ${BFDOBJ}/libbfd_pic.a |
