diff options
author | seb <seb@pkgsrc.org> | 2003-07-08 16:39:51 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-08 16:39:51 +0000 |
commit | a27e925c089f5ecc719d53b8ea26d1c359cad507 (patch) | |
tree | 6d3ad669c37c7a36b9c46829c6668da10871dffe /lang | |
parent | 778857b37bf5c23c61868cefd0ac59866931b77c (diff) | |
download | pkgsrc-a27e925c089f5ecc719d53b8ea26d1c359cad507.tar.gz |
No need to include texinfo.mk, bsd.pkg.mk does it.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc3-c/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc3-c/Makefile.common b/lang/gcc3-c/Makefile.common index 9a73454627b..cf03785fa27 100644 --- a/lang/gcc3-c/Makefile.common +++ b/lang/gcc3-c/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/07/08 15:04:56 drochner Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/07/08 16:39:51 seb Exp $ # GCC_VERSION= 3.3 @@ -34,7 +34,6 @@ MESSAGE_SUBST+= GCC_PREFIX=${GCC_PREFIX} .if defined(INFO_FILES) USE_NEW_TEXINFO= yes INFO_DIR= ${GCC_SUBPREFIX}/info -.include "../../mk/texinfo.mk" .endif # Support threads and building of crt*.o on post-1.6 -current. |