diff options
author | Roland Pesch <pesch@cygnus> | 1992-03-13 20:57:33 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-03-13 20:57:33 +0000 |
commit | 4f98572e72df46582936ca058cf27385bc9542d8 (patch) | |
tree | 04158911e363ccab3442a04269c8ffcf94e09490 /gdb/doc/Makefile.in | |
parent | fe7ca711919a6d6d8b902be5f2e68eb1fc9144f2 (diff) | |
download | gdb-4f98572e72df46582936ca058cf27385bc9542d8.zip gdb-4f98572e72df46582936ca058cf27385bc9542d8.tar.gz gdb-4f98572e72df46582936ca058cf27385bc9542d8.tar.bz2 |
Patches from fnf for SVr4
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 3ef9d7d..6f769bd 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 |