From ef1a00386231a1a2c09a7c565cd9976703fbbc44 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 19 Jan 1999 15:27:24 +0000 Subject: Significantly reduce code size of programs which use string, complex, or the Allocator heavily. (For common types, these are already instantiated in libstdc++, and do not need implicit instantiation.) --- gnu/lib/libstdc++/std/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/lib/libstdc++/std') diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile index b811c7eb95f..49c0a693bcf 100644 --- a/gnu/lib/libstdc++/std/Makefile +++ b/gnu/lib/libstdc++/std/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/19 15:27:24 tv Exp $ NOPROG= yes INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \ ldcomplex.h straits.h +INCS+= bastring_inst.h complext_inst.h INCSDIR=/usr/include/g++/std .PATH: ${.CURDIR}/../../../dist/libstdc++/std -- cgit