summaryrefslogtreecommitdiffstats
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-20 00:47:59 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-20 00:47:59 +0000
commit9ba8d803d07cacb02f6fcc61df1564d1141d786a (patch)
treeaec5821cc237324e2fdb9f750df120cdad54367f /gdb/doc/Makefile.in
parente8bce06be35611d8eeabcf7c684c02c6cc658e69 (diff)
downloadppe42-binutils-9ba8d803d07cacb02f6fcc61df1564d1141d786a.tar.gz
ppe42-binutils-9ba8d803d07cacb02f6fcc61df1564d1141d786a.zip
2002-11-19 Andrew Cagney <ac131313@redhat.com>
Problems reported by Paul Eggert. * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527. Index: doc/ChangeLog 2002-11-19 Andrew Cagney <ac131313@redhat.com> Fix POSIX problem reported by Paul Eggert. * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
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 ba0031a50b..80f39b301c 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -218,7 +218,7 @@ refcard.ps : refcard.dvi
# File to record current GDB version number (copied from main dir version.in)
GDBvn.texi : ${gdbdir}/version.in
- echo "@set GDBVN `head -1 $(srcdir)/../version.in`" > ./GDBvn.new
+ echo "@set GDBVN `sed q $(srcdir)/../version.in`" > ./GDBvn.new
mv GDBvn.new GDBvn.texi
# Updated atomically
OpenPOWER on IntegriCloud