diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27c3b36c3e5..a8e41163505 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-25  Maciej W. Rozycki  <macro@mips.com>
+
+	* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
+
 2007-07-24  Michael Snyder  <msnyder@access-company.com>
 
 	* solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
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.