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 3ef9d7d14bc03b2e14ef79dd5e986d8c20dedd25..6f769bdc41f48a7883348f4c027d7dc599f9950e 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 a03a968ba3737275bdaf84994dbd190aa89e9080..1889f2d851608e8271356d5df1368de642044037 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"