aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 18:43:12 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-10-05 18:43:12 +0000
commit5bb8c3ea1df66b9460dfd2f40f774338400f760c (patch)
treec687ff62c77a488e096a6a4e08abd81c1ef9764f
parent621e4c97d081966a134ff1884909f5175cfb98ff (diff)
downloadgdb-5bb8c3ea1df66b9460dfd2f40f774338400f760c.zip
gdb-5bb8c3ea1df66b9460dfd2f40f774338400f760c.tar.gz
gdb-5bb8c3ea1df66b9460dfd2f40f774338400f760c.tar.bz2
Fix typo
-rw-r--r--gdb/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e91cabc..8908556 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,8 @@
-Tue Oct 4 13:28:24 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
+Wed Oct 5 11:41:24 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* nlm/Makefile.in: Get rid of NWINCLUDES.
- * config/{alpha,i386,powerpc}: Remove NWINCLUDES. User should
- now configure with --with-headers.
+ * config/{alpha,i386,powerpc}/gdbserve.mt: Remove NWINCLUDES.
+ User should now configure with --with-headers.
Mon Oct 3 07:48:34 1994 Jim Kingdon (kingdon@lioth.cygnus.com)