summaryrefslogtreecommitdiffstats
path: root/gdb/doc
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-03-13 20:57:33 +0000
committerRoland Pesch <pesch@cygnus>1992-03-13 20:57:33 +0000
commit4f98572e72df46582936ca058cf27385bc9542d8 (patch)
tree04158911e363ccab3442a04269c8ffcf94e09490 /gdb/doc
parentfe7ca711919a6d6d8b902be5f2e68eb1fc9144f2 (diff)
downloadppe42-binutils-4f98572e72df46582936ca058cf27385bc9542d8.tar.gz
ppe42-binutils-4f98572e72df46582936ca058cf27385bc9542d8.zip
Patches from fnf for SVr4
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/Makefile.in5
-rw-r--r--gdb/doc/configure.in8
2 files changed, 11 insertions, 2 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index 3ef9d7d14b..6f769bdc41 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -51,8 +51,6 @@ AR_FLAGS = qv
BISON = bison
RANLIB = ranlib
-#### Host, target, and site specific Makefile fragments come in here.
-###
# main GDB source directory
gdbdir = ..
@@ -82,6 +80,9 @@ SFILES_DOCDIR = \
# Which version of GDB manual? default includes everything
CONFIG=all
+#### Host, target, and site specific Makefile fragments come in here.
+###
+
all install:
info: gdb.info gdbint.info
diff --git a/gdb/doc/configure.in b/gdb/doc/configure.in
index a03a968ba3..1889f2d851 100644
--- a/gdb/doc/configure.in
+++ b/gdb/doc/configure.in
@@ -2,6 +2,14 @@ srcname="GDB doc"
srctrigger=gdb.texinfo
# per-host:
+case "${host_os}" in
+
+sysv4* )
+ host_makefile_frag=config/mh-sysv4
+ ;;
+
+esac
+
# per-target:
files="gdbinv-m.m4.in gdbinv-s.m4.in"
OpenPOWER on IntegriCloud