From 868ca23db4a1bbf94effc3aa35e18404bcaa9b90 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 13 Feb 1999 23:53:56 +0000 Subject: remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate --- gnu/lib/libstdc++/std/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/lib/libstdc++/std') 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 -- cgit