diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-30 19:52:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-30 19:52:58 +0000 |
commit | c446cc8bb49ee01dc682b04a8c88d5a432fe6e87 (patch) | |
tree | 273526fbe93b84b652eac09011394e2fabb535bc /Makefile.in | |
parent | 01da2d52131895c63c1fb06d4b13e6901957ab62 (diff) | |
download | gdb-c446cc8bb49ee01dc682b04a8c88d5a432fe6e87.zip gdb-c446cc8bb49ee01dc682b04a8c88d5a432fe6e87.tar.gz gdb-c446cc8bb49ee01dc682b04a8c88d5a432fe6e87.tar.bz2 |
* configure.in, Makefile.in: Treat tix like itcl.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8d5bfd5..ff4b004 100644 --- a/Makefile.in +++ b/Makefile.in @@ -502,6 +502,7 @@ ALL_MODULES = \ all-textutils \ all-tgas \ all-time \ + all-tix \ all-uudecode \ $(start-sanitize-ide) \ all-vmake \ @@ -573,6 +574,7 @@ CROSS_CHECK_MODULES = \ check-textutils \ check-tgas \ check-time \ + check-tix \ check-uudecode \ $(start-sanitize-ide) \ check-vmake \ @@ -645,6 +647,7 @@ INSTALL_MODULES = \ install-textutils \ install-tgas \ install-time \ + install-tix \ install-uudecode \ $(start-sanitize-ide) \ install-vmake \ @@ -797,6 +800,7 @@ CLEAN_MODULES = \ clean-textutils \ clean-tgas \ clean-time \ + clean-tix \ clean-uudecode \ $(start-sanitize-ide) \ clean-vmake \ @@ -1447,6 +1451,7 @@ all-texinfo: all-libiberty all-textutils: all-tgas: all-libiberty all-bfd all-opcodes all-time: +all-tix: all-tcl all-tk # start-sanitize-ide all-vmake: all-tcl all-tk all-itcl all-libide # end-sanitize-ide |