From d381a855d126b9324cfdb49102a51c613d19fcb5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Feb 2002 17:27:39 +0000 Subject: [PATCH] (lisp, shortlisp): Use cus-start.elc, not cus-start.el. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 997a1c8fd33..48d8dc36387 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 \ -- 2.39.5