diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-12 05:14:19 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-12 05:14:19 +0000 |
| commit | f07eaee2fc9bd34b6691cfdd94835e3be2327eeb (patch) | |
| tree | 323097106ab9177c65e47384c30a9d7158662797 /gnu/usr.bin/binutils/libbinutils | |
| parent | e6956da5e0d9e67d2312dac664b5ce75fd1ede2c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index 230c62bdba79..79362162a101 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:05 jdp Exp $ +# $Id: Makefile,v 1.2 1998/03/12 02:55:30 jdp Exp $ # .include "../Makefile.inc0" @@ -15,6 +15,8 @@ CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/bfd NOPROFILE= true NOPIC= true +INTERNALLIB= true +INTERNALSTATICLIB=true CLEANFILES+= arlex.c arparse.c arparse.h beforedepend: arlex.c arparse.c arparse.h @@ -27,6 +29,4 @@ arparse.c arparse.h: arparse.y # This rule is an attempt to cause "make -j" to work. arparse.h: arparse.c -install: - .include <bsd.lib.mk> |
