summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/std/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
commit868ca23db4a1bbf94effc3aa35e18404bcaa9b90 (patch)
tree727e767593ee99b48aa6f9b763fde5ebb85f4a62 /gnu/lib/libstdc++/std/Makefile
parent8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff)
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'gnu/lib/libstdc++/std/Makefile')
-rw-r--r--gnu/lib/libstdc++/std/Makefile6
1 files changed, 3 insertions, 3 deletions
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>