aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-01-15 01:12:49 +0000
committerStan Shebs <shebs@codesourcery.com>1999-01-15 01:12:49 +0000
commitd6dc958030452274bbf3fc6795c6d1f84a5100be (patch)
tree0f7705e21346fa80c7f5a69d4637e1be82515d4b /gdb/doc/Makefile.in
parent1206c6599d41da0ced4f0422f4b0081bf73bdf3b (diff)
downloadgdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.zip
gdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.tar.gz
gdb-d6dc958030452274bbf3fc6795c6d1f84a5100be.tar.bz2
* Makefile.in (GDBvn.texi): Fix match expression to work with
current format of VERSION in gdb/Makefile.in. * gdb.texinfo: Fix node ref to match new readline.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index ddcd014..69241bf 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -173,7 +173,7 @@ refcard.ps : refcard.dvi
# File to record current GDB version number (copied from main dir Makefile.in)
GDBvn.texi : ${gdbdir}/Makefile.in
- echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/VERSION = //p'`" > ./GDBvn.new
+ echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/^VERSION *= *//p'`" > ./GDBvn.new
mv GDBvn.new GDBvn.texi
# Updated atomically