summaryrefslogtreecommitdiff
path: root/devel/gdb
diff options
context:
space:
mode:
authorseb <seb>2003-08-09 10:38:23 +0000
committerseb <seb>2003-08-09 10:38:23 +0000
commit014cd266529e29eef28d5ebb757ca09d84a222fd (patch)
tree1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /devel/gdb
parentcb5eb6eec4a028bcbd3bbb1426c6bf4d9dfd9330 (diff)
downloadpkgsrc-014cd266529e29eef28d5ebb757ca09d84a222fd.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"