aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-05-05 19:12:05 +0000
committerK. Richard Pixley <rich@cygnus>1992-05-05 19:12:05 +0000
commit1f0e6a991920d05ee8b14b09f72116fdf8c7394a (patch)
tree7c88b047b76b52f172636d57ab1a47afceaaf05f /gdb/doc
parent5b07d6937259fbf70f9e329f17667d9d29259b4b (diff)
downloadgdb-1f0e6a991920d05ee8b14b09f72116fdf8c7394a.zip
gdb-1f0e6a991920d05ee8b14b09f72116fdf8c7394a.tar.gz
gdb-1f0e6a991920d05ee8b14b09f72116fdf8c7394a.tar.bz2
gm4 -> m4
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 7e40fed..47111ac 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * Makefile.in: gm4 -> m4.
+
Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
* gdb.texinfo: Update for GDB-4.5. Move `Formatting
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 1a858c7..247c25d 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -57,7 +57,7 @@ gdbdir = ..
# Documentation (gdb.dvi) needs either GNU m4 or SysV m4;
# Berkeley/Sun don't have quite enough.
#M4=/usr/5bin/m4
-M4=gm4
+M4=m4
# where to find texinfo; GDB dist should include a recent one
TEXIDIR=$(srcdir)/${gdbdir}/../texinfo/fsf