diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-16 04:58:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-16 04:58:10 +0000 |
commit | 0292e48377427208a9575726a765bbe501505b9c (patch) | |
tree | 5029c5c9e1a70daa19f814cc36f7ef77d9b5fc22 /gnu/lib/libstdc++/doc | |
parent | 7372c4341353d77948acf575613ef2dfcb2604a9 (diff) |
Notes
Diffstat (limited to 'gnu/lib/libstdc++/doc')
-rw-r--r-- | gnu/lib/libstdc++/doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/lib/libstdc++/doc/Makefile b/gnu/lib/libstdc++/doc/Makefile index 92adf1dc181a0..aafa2fb71c41f 100644 --- a/gnu/lib/libstdc++/doc/Makefile +++ b/gnu/lib/libstdc++/doc/Makefile @@ -1,13 +1,13 @@ -# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $ +# $Id: Makefile,v 1.2 1999/04/05 10:21:30 obrien Exp $ -EGCSDIR= ${.CURDIR}/../../../../contrib/egcs +SRCDIR= ${.CURDIR}/../../../../contrib/egcs/libstdc++ -.PATH: ${EGCSDIR}/libio +.PATH: ${SRCDIR}/../libio INFO = iostream -INFOENTRY_iostream= "* iostream: (iostream). The EGCS GNU C++ I/O library." +INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library." -MAKEINFOFLAGS+= -I ${EGCSDIR}/libio +MAKEINFOFLAGS+= -I ${SRCDIR}/../libio .include <bsd.info.mk> |