diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-07-25 15:25:14 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-07-25 15:25:14 +0000 |
commit | 5b31182830a4cd48ad5781887c55ff9d56c9674d (patch) | |
tree | b146886fbdff146695c17c5e713c67936fa23604 /gdb/Makefile.in | |
parent | 98c503ac20be271e0970a1517aede57002bd2528 (diff) | |
download | binutils-gdb-5b31182830a4cd48ad5781887c55ff9d56c9674d.tar.gz |
* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b278a28e650..ba025cc2bf4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -101,7 +101,7 @@ MAKEINFO=makeinfo MAKEHTML = texi2html -MAKEHTMLFLAGS = -glossary -menu -split_chapter +MAKEHTMLFLAGS = -menu -split_chapter # Set this up with gcc if you have gnu ld and the loader will print out # line numbers for undefined references. |