diff options
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1322722f432..c98b427d785 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -90,7 +90,8 @@ AUTOGENEL = loaddefs.el \ cedet/srecode/loaddefs.el \ org/org-loaddefs.el \ textmodes/reftex-loaddefs.el \ - mail/rmail-loaddefs.el + mail/rmail-loaddefs.el \ + ibuffer-loaddefs.el # Set load-prefer-newer for the benefit of the non-bootstrappers. BYTE_COMPILE_FLAGS = \ |