Patches from fnf for SVr4
authorRoland Pesch <pesch@cygnus>
Fri, 13 Mar 1992 20:57:33 +0000 (20:57 +0000)
committerRoland Pesch <pesch@cygnus>
Fri, 13 Mar 1992 20:57:33 +0000 (20:57 +0000)
gdb/doc/Makefile.in
gdb/doc/configure.in

index 3ef9d7d..6f769bd 100644 (file)
@@ -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
index a03a968..1889f2d 100644 (file)
@@ -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"