diff options
-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 |