diff options
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 |