summaryrefslogtreecommitdiff
path: root/devel/gdb
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-09 10:38:23 +0000
committerseb <seb@pkgsrc.org>2003-08-09 10:38:23 +0000
commit8d15907ec2b57f0ed9901c300b10d188b5912fee (patch)
tree1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /devel/gdb
parent0d7159e7bde3ed33d6dcb456f8e432ef446180b6 (diff)
downloadpkgsrc-8d15907ec2b57f0ed9901c300b10d188b5912fee.tar.gz
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'devel/gdb')
-rw-r--r--devel/gdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 2582c6dd4b8..8e00a5ff071 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 16:43:21 martti Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/09 10:44:38 seb Exp $
#
DISTNAME= gdb-5.3
@@ -19,7 +19,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/bfd/libtool ${WRKSRC}/opcodes/libtool
REPLACE_LOCALEDIR_PATTERNS+= Make-in
INSTALL_TARGET= install install-info
TEST_TARGET= check
-USE_NEW_TEXINFO= YES
INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info
.include "../../mk/bsd.prefs.mk"