diff options
Diffstat (limited to 'gnu/lib/libstdc++/std')
| -rw-r--r-- | gnu/lib/libstdc++/std/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile index a5553201378..b811c7eb95f 100644 --- a/gnu/lib/libstdc++/std/Makefile +++ b/gnu/lib/libstdc++/std/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/03/29 11:40:13 mrg Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $ NOPROG= yes -INCS= bastring.h complext.h dcomplex.h fcomplex.h ldcomplex.h straits.h +INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \ + ldcomplex.h straits.h INCSDIR=/usr/include/g++/std -.PATH: $(.CURDIR)/../../../dist/libstdc++/std +.PATH: ${.CURDIR}/../../../dist/libstdc++/std .include <bsd.prog.mk> |
