diff options
author | Nathanael Nerode <neroden@twcny.rr.com> | 2002-05-31 19:42:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2002-05-31 15:42:41 -0400 |
commit | e9667b3cce309605c11abc2d7886e57195287b0f (patch) | |
tree | e9cccb9e0bdd47c3179f60021781c9b71f9d152d /Makefile.in | |
parent | 8b496ceb134e0ba2ca5dc0e5287d5811f5937c38 (diff) | |
download | gcc-e9667b3cce309605c11abc2d7886e57195287b0f.zip gcc-e9667b3cce309605c11abc2d7886e57195287b0f.tar.gz gcc-e9667b3cce309605c11abc2d7886e57195287b0f.tar.bz2 |
Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
From-SVN: r54117
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 72bd8b0..12cd403 100644 --- a/Makefile.in +++ b/Makefile.in @@ -580,7 +580,6 @@ ALL_MODULES = \ all-snavigator \ all-tar \ all-tcl \ - all-tcl8.1 \ all-texinfo \ all-textutils \ all-tgas \ @@ -712,7 +711,6 @@ INSTALL_MODULES = \ install-intl \ install-ispell \ install-tcl \ - install-tcl8.1 \ install-itcl \ install-ld \ install-libgui \ @@ -752,7 +750,6 @@ ALL_X11_MODULES = \ all-guile \ all-tclX \ all-tk \ - all-tk8.1 \ all-tix # This is a list of the check targets for all of the modules which are @@ -776,7 +773,6 @@ INSTALL_X11_MODULES = \ install-expect \ install-tclX \ install-tk \ - install-tk8.1 \ install-tix # This is a list of the targets for all of the modules which are compiled @@ -1755,11 +1751,11 @@ all-indent: all-inet: all-tcl all-send-pr all-perl all-intl: all-ispell: all-emacs19 -all-itcl: all-tcl all-tk all-tcl8.1 all-tk8.1 +all-itcl: all-tcl all-tk all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex all-intl configure-target-libgloss: $(ALL_GCC) all-target-libgloss: configure-target-libgloss configure-target-newlib -all-libgui: all-tcl all-tk all-tcl8.1 all-tk8.1 all-itcl +all-libgui: all-tcl all-tk all-itcl all-libiberty: all-build-libiberty: configure-build-libiberty @@ -1803,15 +1799,13 @@ all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui all-tar: all-libiberty all-tcl: -all-tcl8.1: all-tclX: all-tcl all-tk all-tk: all-tcl -all-tk8.1: all-tcl8.1 all-texinfo: all-libiberty all-textutils: all-tgas: all-libiberty all-bfd all-opcodes all-time: -all-tix: all-tcl all-tk all-tcl8.1 all-tk8.1 +all-tix: all-tcl all-tk all-wdiff: configure-target-winsup: $(ALL_GCC_C) all-target-winsup: all-target-libiberty all-target-libtermcap configure-target-winsup |