From c75fbf36b16e7bc8007dc9720bc61a481ab9efdf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 12 May 2002 16:35:34 +0000 Subject: [PATCH] NOLIB is gone; put INTERNALLIB back for now. --- gnu/lib/csu/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 5c6b4123804b..9925bc7da2ed 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +INTERNALLIB= true + GCCDIR= ${.CURDIR}/../../../contrib/gcc .PATH: ${GCCDIR}