mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
gm4 -> m4
This commit is contained in:
@ -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)
|
Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo: Update for GDB-4.5. Move `Formatting
|
* gdb.texinfo: Update for GDB-4.5. Move `Formatting
|
||||||
|
@ -57,7 +57,7 @@ gdbdir = ..
|
|||||||
# Documentation (gdb.dvi) needs either GNU m4 or SysV m4;
|
# Documentation (gdb.dvi) needs either GNU m4 or SysV m4;
|
||||||
# Berkeley/Sun don't have quite enough.
|
# Berkeley/Sun don't have quite enough.
|
||||||
#M4=/usr/5bin/m4
|
#M4=/usr/5bin/m4
|
||||||
M4=gm4
|
M4=m4
|
||||||
|
|
||||||
# where to find texinfo; GDB dist should include a recent one
|
# where to find texinfo; GDB dist should include a recent one
|
||||||
TEXIDIR=$(srcdir)/${gdbdir}/../texinfo/fsf
|
TEXIDIR=$(srcdir)/${gdbdir}/../texinfo/fsf
|
||||||
|
Reference in New Issue
Block a user