$NetBSD: patch-ac,v 1.1 2006/02/26 16:26:08 joerg Exp $

--- ../egcs-1.1.1/Makefile.in.orig	2006-02-26 16:07:13.000000000 +0000
+++ ../egcs-1.1.1/Makefile.in
@@ -500,7 +500,6 @@ ALL_MODULES = \
 	all-sn \
 	all-tar \
 	all-tcl \
-	all-texinfo \
 	all-textutils \
 	all-tgas \
 	all-time \
@@ -563,7 +562,6 @@ CROSS_CHECK_MODULES = \
 	check-sim \
 	check-tar \
 	check-tcl \
-	check-texinfo \
 	check-textutils \
 	check-tgas \
 	check-time \
@@ -778,7 +776,6 @@ CLEAN_MODULES = \
 	clean-sn \
 	clean-tar \
 	clean-tcl \
-	clean-texinfo \
 	clean-textutils \
 	clean-tgas \
 	clean-time \
@@ -899,9 +896,6 @@ info: do-info
 installcheck: do-installcheck
 dvi: do-dvi
 
-# Make sure makeinfo is built before we do a `make info'.
-do-info: all-texinfo
-
 install-info: do-install-info dir.info
 	s=`cd $(srcdir); pwd`; export s; \
 	if [ -f dir.info ] ; then \
@@ -1327,7 +1321,7 @@ all-gcc:
 # in parallel.
 #
 .PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
+bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bison all-byacc all-binutils all-gas all-ld
 	@r=`pwd`; export r; \
 	s=`cd $(srcdir); pwd`; export s; \
 	$(SET_LIB_PATH) \
@@ -1353,7 +1347,7 @@ bootstrap bootstrap-lean bootstrap2 boot
 	$(MAKE) all
 
 .PHONY: cross
-cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
+cross: all-bison all-byacc all-binutils all-gas all-ld
 	@r=`pwd`; export r; \
 	s=`cd $(srcdir); pwd`; export s; \
 	$(SET_LIB_PATH) \
@@ -1414,12 +1408,12 @@ install-dosrel-fake:
 
 # This is a list of inter-dependencies among modules.
 all-apache:
-all-autoconf: all-m4 all-texinfo
+all-autoconf: all-m4
 all-automake:
 all-bash:
 all-bfd:
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
-all-bison: all-texinfo
+all-bison:
 all-byacc:
 all-cvs:
 all-db:
@@ -1491,7 +1485,6 @@ all-tar: all-libiberty
 all-tcl:
 all-tclX: all-tcl all-tk
 all-tk: all-tcl
-all-texinfo: all-libiberty
 all-textutils:
 all-tgas: all-libiberty all-bfd all-opcodes
 all-time:
