diff options
| author | lukem <lukem@NetBSD.org> | 1999-02-13 23:53:56 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-02-13 23:53:56 +0000 |
| commit | 868ca23db4a1bbf94effc3aa35e18404bcaa9b90 (patch) | |
| tree | 727e767593ee99b48aa6f9b763fde5ebb85f4a62 /gnu/lib | |
| parent | 8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff) | |
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libstdc++/config/Makefile | 3 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 6 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/std/Makefile | 6 | ||||
| -rw-r--r-- | gnu/lib/libstdc++/stl/Makefile | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/gnu/lib/libstdc++/config/Makefile b/gnu/lib/libstdc++/config/Makefile index 2d8e1baeee3..10fe68cc7d1 100644 --- a/gnu/lib/libstdc++/config/Makefile +++ b/gnu/lib/libstdc++/config/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/02/11 18:20:58 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $ # Makefile for _G_config.h, a machine-dependent automatically generated # configuration file. -NOPROG= DPSRCS= _G_config.h INCS= _G_config.h INCSDIR= /usr/include/${MACHINE} diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index 6ae8f7f91b9..eb2b7c01b65 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ indstream.h iolibio.h iomanip.h iostdio.h iostream.h iostreamP.h \ @@ -8,6 +6,8 @@ INCS= PlotFile.h SFile.h builtinbuf.h editbuf.h floatio.h fstream.h \ procbuf.h stdiostream.h stream.h streambuf.h strfile.h strstream.h INCSDIR=/usr/include/g++ +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libio .include <bsd.prog.mk> diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile index 49c0a693bcf..972f2759991 100644 --- a/gnu/lib/libstdc++/std/Makefile +++ b/gnu/lib/libstdc++/std/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 1999/01/19 15:27:24 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.4 1999/02/13 23:53:57 lukem Exp $ 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 +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libstdc++/std .include <bsd.prog.mk> diff --git a/gnu/lib/libstdc++/stl/Makefile b/gnu/lib/libstdc++/stl/Makefile index 2fafba39f2e..40cb04d916e 100644 --- a/gnu/lib/libstdc++/stl/Makefile +++ b/gnu/lib/libstdc++/stl/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/28 15:31:30 tv Exp $ - -NOPROG= yes +# $NetBSD: Makefile,v 1.5 1999/02/13 23:53:57 lukem Exp $ INCS= algorithm deque functional hash_map hash_set iterator list map \ memory numeric pthread_alloc queue rope set slist stack utility \ @@ -18,6 +16,8 @@ INCS= algorithm deque functional hash_map hash_set iterator list map \ tempbuf.h tree.h type_traits.h vector.h INCSDIR=/usr/include/g++ +MKOBJ= no + .PATH: ${.CURDIR}/../../../dist/libstdc++/stl .SUFFIXES: |
