diff options
author | Roland Pesch <pesch@cygnus> | 1991-12-13 19:46:42 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-12-13 19:46:42 +0000 |
commit | 3f7458a40d3e7fe99bace8e2de7cd714109981c5 (patch) | |
tree | 57b0d665a7b3aaba2e124de05650c51f4a43d2b8 /gdb/doc/Makefile.in | |
parent | ddf21240ab27ad659db0377ae5e614f098d001c7 (diff) | |
download | gdb-3f7458a40d3e7fe99bace8e2de7cd714109981c5.zip gdb-3f7458a40d3e7fe99bace8e2de7cd714109981c5.tar.gz gdb-3f7458a40d3e7fe99bace8e2de7cd714109981c5.tar.bz2 |
Fix bug: gdbVN.m4 had stopped picking up version number. Now grabs it
again. Verified for both Sun make and GNU make.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 1023a42..8066513 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -155,7 +155,7 @@ inc-hist.texi: ${READLINE_DIR}/doc/inc-hist.texi # File to record current GDB version number (copied from main dir Makefile.in) gdbVN.m4 : $(srcdir)/${gdbdir}/Makefile.in - VER=`sed <$(srcdir)/${gdbdir}/Makefile.in -n 's/VERSION = //p'` echo "_define__(<_GDB_VN__>,$$VER)" > $(unsubdir)/gdbVN.m4 + echo "_define__(<_GDB_VN__>,`sed <./../Makefile.in -n 's/VERSION = //p'`)" > ./gdbVN.m4 # GDB MANUAL: texinfo source, created by preprocessing w/m4 # If you want other configs in the makefile, add or modify instructions for |