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 | |
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
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,13 @@ +Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com> + + * 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 + Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com> * Makefile.in: Add rules for cygmon. @@ -6,7 +16,8 @@ Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com> Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com> - * Makefile.in, configure, configure.in: merge with foundry-971118-build + * Makefile.in, configure, configure.in: merge with foundry's + 11/18/97 build Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu> 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 |