diff options
author | Keith Seitz <keiths@cygnus> | 1997-12-01 20:48:12 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1997-12-01 20:48:12 +0000 |
commit | 27e5c6bfb7cd70773be8882c032690ee00125c27 (patch) | |
tree | 348956774398f6898dfa93f77d7a2ea38a3e3929 /Makefile.in | |
parent | 6fdb746d44f479b2a023835dde576687e2535740 (diff) | |
download | gdb-27e5c6bfb7cd70773be8882c032690ee00125c27.zip gdb-27e5c6bfb7cd70773be8882c032690ee00125c27.tar.gz gdb-27e5c6bfb7cd70773be8882c032690ee00125c27.tar.bz2 |
* configure: add all-libide to GDB_TK
* Makefile.in (all-vmake): remove double dependency on all-libide
* modules/modules: add libide to gdb's checkout list
* ChangeLog: tidy up 11/26 entry
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 54afcac..119f8d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1535,7 +1535,7 @@ 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 all-tix all-libide +all-vmake: all-tcl all-tk all-itcl all-tix all-libide # end-sanitize-ide all-wdiff: all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup |