Patches from fnf for SVr4
This commit is contained in:
parent
fe7ca71191
commit
4f98572e72
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue