diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 10:53:24 +0000 |
| commit | 2a53f3fb3500971b94d25af1bbc7b3db720316df (patch) | |
| tree | 3502e6532e9dbe00088e716b6af2a9f82d0a14c3 /gnu | |
| parent | 4b9840932da590aa158025f38976bbb2ad9c5f56 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 2 | ||||
| -rw-r--r-- | gnu/lib/libiberty/Makefile | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 9925bc7da2ed2..5c6b4123804bf 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -INTERNALLIB= true - GCCDIR= ${.CURDIR}/../../../contrib/gcc .PATH: ${GCCDIR} diff --git a/gnu/lib/libiberty/Makefile b/gnu/lib/libiberty/Makefile index 7dd6ef0dc5978..17228f85b94f7 100644 --- a/gnu/lib/libiberty/Makefile +++ b/gnu/lib/libiberty/Makefile @@ -4,10 +4,7 @@ SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty .PATH: ${SRCDIR} ${SRCDIR}/../include -LIB= iberty -NOPIC= true -INTERNALLIB= true -NOMAN= sorry +#LIB= iberty # miniumally required sources SRCS= argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \ |
