summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-03-12 05:14:19 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-03-12 05:14:19 +0000
commitf07eaee2fc9bd34b6691cfdd94835e3be2327eeb (patch)
tree323097106ab9177c65e47384c30a9d7158662797
parente6956da5e0d9e67d2312dac664b5ce75fd1ede2c (diff)
Notes
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile6
-rw-r--r--gnu/usr.bin/binutils/libbinutils/Makefile6
-rw-r--r--gnu/usr.bin/binutils/libiberty/Makefile6
-rw-r--r--gnu/usr.bin/binutils/libopcodes/Makefile6
4 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 1dff4bea5ac95..df9d469487c5e 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:03 jdp Exp $
+# $Id: Makefile,v 1.2 1998/03/12 02:55:25 jdp Exp $
#
.include "../Makefile.inc0"
@@ -14,6 +14,8 @@ SRCS+= archive.c archures.c bfd.c binary.c cache.c \
CFLAGS+= -I${SRCDIR}/bfd
NOPROFILE= true
NOPIC= true
+INTERNALLIB= true
+INTERNALSTATICLIB=true
CLEANFILES+= targmatch.h
beforedepend: targmatch.h
@@ -23,6 +25,4 @@ targets.o: targmatch.h
targmatch.h: targmatch.sed config.bfd
sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}
-install:
-
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile
index 230c62bdba79e..79362162a1019 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>
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile
index 61ecce3942f46..e16b67867a937 100644
--- a/gnu/usr.bin/binutils/libiberty/Makefile
+++ b/gnu/usr.bin/binutils/libiberty/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:09 jdp Exp $
#
.include "../Makefile.inc0"
@@ -14,7 +14,7 @@ SRCS= argv.c basename.c choose-temp.c concat.c cplus-dem.c \
xstrdup.c xstrerror.c insque.c
NOPROFILE= true
NOPIC= true
-
-install:
+INTERNALLIB= true
+INTERNALSTATICLIB=true
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/binutils/libopcodes/Makefile b/gnu/usr.bin/binutils/libopcodes/Makefile
index b403738c25352..410bb92c50e44 100644
--- a/gnu/usr.bin/binutils/libopcodes/Makefile
+++ b/gnu/usr.bin/binutils/libopcodes/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:11 jdp Exp $
+# $Id: Makefile,v 1.2 1998/03/12 02:55:32 jdp Exp $
#
.include "../Makefile.inc0"
@@ -11,7 +11,7 @@ SRCS+= dis-buf.c disassemble.c
CFLAGS+= -I${SRCDIR}/opcodes
NOPROFILE= true
NOPIC= true
-
-install:
+INTERNALLIB= true
+INTERNALSTATICLIB=true
.include <bsd.lib.mk>