Skip to content

Commit

Permalink
* Makefile.def, configure.in: Remove useless, bogus
Browse files Browse the repository at this point in the history
	references to tix.
	* Makefile.in, configure: Regenerate.

(Also fix up last ChangeLog entry.)


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85913 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
neroden committed Aug 12, 2004
1 parent 77f9b2d commit f843f07
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 389 deletions.
6 changes: 0 additions & 6 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ host_modules= { module= gdb; with_x=true; };
host_modules= { module= expect; with_x=true; };
host_modules= { module= guile; with_x=true; };
host_modules= { module= tk; with_x=true; };
host_modules= { module= tix; with_x=true; };
host_modules= { module= libtermcap; no_check=true;
missing=mostlyclean;
missing=clean;
Expand Down Expand Up @@ -275,7 +274,6 @@ dependencies = { module=all-gdb; on=all-sim; };
dependencies = { module=install-gdb; on=install-tcl; };
dependencies = { module=install-gdb; on=install-tk; };
dependencies = { module=install-gdb; on=install-itcl; };
dependencies = { module=install-gdb; on=install-tix; };
dependencies = { module=install-gdb; on=install-libgui; };

dependencies = { module=configure-libgui; on=configure-tcl; };
Expand Down Expand Up @@ -343,10 +341,6 @@ dependencies = { module=install-itcl; on=install-tcl; };

dependencies = { module=configure-tk; on=configure-tcl; };
dependencies = { module=all-tk; on=all-tcl; };
dependencies = { module=configure-tix; on=configure-tcl; };
dependencies = { module=configure-tix; on=configure-tk; };
dependencies = { module=all-tix; on=all-tcl; };
dependencies = { module=all-tix; on=all-tk; };

dependencies = { module=all-sid; on=all-libiberty; };
dependencies = { module=all-sid; on=all-bfd; };
Expand Down
Loading

0 comments on commit f843f07

Please sign in to comment.