diff options
| author | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-08-18 22:49:16 +0000 |
| commit | eb60ee7b60255a69a19e63bb12ee4e6a342c2bb6 (patch) | |
| tree | 28eec8b32566408be5f8f2c9d9420f673a0b1b43 | |
| parent | 449b5c43d4323e2f06fcec81403db532a83173c8 (diff) | |
Do not install the libraries (from Stephen Degler)
| -rw-r--r-- | gnu/usr.bin/gdb53/bfd/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb53/libiberty/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb53/opcodes/Makefile | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb53/readline/Makefile | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/gnu/usr.bin/gdb53/bfd/Makefile b/gnu/usr.bin/gdb53/bfd/Makefile index 03f8873b898..b5fbc586b55 100644 --- a/gnu/usr.bin/gdb53/bfd/Makefile +++ b/gnu/usr.bin/gdb53/bfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/17 18:03:26 christos Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:16 christos Exp $ .include <bsd.own.mk> @@ -19,6 +19,7 @@ CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -DNETBSD_CORE \ ${G_BFD_CPPFLAGS} +libinstall:: .endif diff --git a/gnu/usr.bin/gdb53/libiberty/Makefile b/gnu/usr.bin/gdb53/libiberty/Makefile index 63fb4eea2c3..fa509e258fb 100644 --- a/gnu/usr.bin/gdb53/libiberty/Makefile +++ b/gnu/usr.bin/gdb53/libiberty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/17 18:03:28 christos Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:17 christos Exp $ .include <bsd.own.mk> @@ -17,6 +17,8 @@ getopt.c getopt1.c getruntime.c hashtab.c hex.c lbasename.c objalloc.c \ obstack.c regex.c safe-ctype.c splay-tree.c xexit.c xstrdup.c xstrerror.c +libinstall:: + .include "../../Makefile.inc" .include <bsd.lib.mk> diff --git a/gnu/usr.bin/gdb53/opcodes/Makefile b/gnu/usr.bin/gdb53/opcodes/Makefile index 1195cb9a855..240940c12c0 100644 --- a/gnu/usr.bin/gdb53/opcodes/Makefile +++ b/gnu/usr.bin/gdb53/opcodes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/08/18 00:25:24 martin Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/18 22:49:17 christos Exp $ .include <bsd.own.mk> @@ -15,8 +15,9 @@ LIB= opcodes SRCS= ${G_OPCODES_OBJS:.o=.c} CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -I${DIST}/include -I${.CURDIR}/../bfd \ - -DHAVE_CONFIG_H \ + -DHAVE_CONFIG_H +libinstall:: .endif diff --git a/gnu/usr.bin/gdb53/readline/Makefile b/gnu/usr.bin/gdb53/readline/Makefile index e3f8539a286..8ad7fc134b8 100644 --- a/gnu/usr.bin/gdb53/readline/Makefile +++ b/gnu/usr.bin/gdb53/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/17 18:03:29 christos Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:18 christos Exp $ .include <bsd.own.mk> @@ -17,6 +17,8 @@ histfile.c history.c histsearch.c input.c isearch.c keymaps.c \ kill.c macro.c nls.c parens.c readline.c rltty.c search.c shell.c \ signals.c terminal.c tilde.c undo.c util.c vi_mode.c xmalloc.c +libinstall:: + .include "../../Makefile.inc" .include <bsd.lib.mk> |
