aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 997a1c8fd3..48d8dc3638 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -647,7 +647,7 @@ lisp= \
${lispsource}buff-menu.elc \
${lispsource}button.elc \
${lispsource}byte-run.elc \
- ${lispsource}cus-start.el \
+ ${lispsource}cus-start.elc \
${lispsource}custom.elc \
${lispsource}emacs-lisp/lisp-mode.elc \
${lispsource}emacs-lisp/lisp.elc \
@@ -730,7 +730,7 @@ shortlisp= \
../lisp/buff-menu.elc \
../lisp/button.elc \
../lisp/byte-run.elc \
- ../lisp/cus-start.el \
+ ../lisp/cus-start.elc \
../lisp/custom.elc \
../lisp/emacs-lisp/backquote.elc \
../lisp/emacs-lisp/lisp-mode.elc \