diff options
author | ngie <ngie@FreeBSD.org> | 2015-01-02 20:34:55 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-01-02 20:34:55 +0000 |
commit | 173f714d97ff1cd8f554f1db95b24437d39a9a12 (patch) | |
tree | e7e7439f13d850be12793a8c24167a423dc2dc99 /gnu/lib/libstdc++ | |
parent | 09e6c22e4687bcc37e556e696cd4218e15c45cd0 (diff) | |
download | FreeBSD-src-173f714d97ff1cd8f554f1db95b24437d39a9a12.zip FreeBSD-src-173f714d97ff1cd8f554f1db95b24437d39a9a12.tar.gz |
Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc
Reported by: Ivan Klymenko <fidaj@ukr.net>
Reviewed by: bapt
Differential Revision: D1412
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r-- | gnu/lib/libstdc++/doc/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/lib/libstdc++/doc/Makefile b/gnu/lib/libstdc++/doc/Makefile deleted file mode 100644 index b028519..0000000 --- a/gnu/lib/libstdc++/doc/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ - -SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++ - -.PATH: ${SRCDIR}/../libio - -INFO = iostream - -INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library." - -MAKEINFOFLAGS+= -I ${SRCDIR}/../libio - -.include <bsd.info.mk> |