]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp, shortlisp): Use cus-start.el, not .elc.
authorRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 00:29:11 +0000 (00:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 31 May 1997 00:29:11 +0000 (00:29 +0000)
src/Makefile.in

index 48dfe55c6cbb554e3e6589525f7c7eac1a650f77..ab7d2e15a20cd925369a6d7ae87eb225be61b771 100644 (file)
@@ -631,7 +631,7 @@ lisp= \
        ${lispsource}abbrev.elc \
        ${lispsource}buff-menu.elc \
        ${lispsource}byte-run.elc \
-       ${lispsource}cus-start.elc \
+       ${lispsource}cus-start.el \
        ${lispsource}custom.elc \
        ${lispsource}files.elc \
        ${lispsource}fill.elc \
@@ -695,7 +695,7 @@ shortlisp= \
        ../lisp/abbrev.elc \
        ../lisp/buff-menu.elc \
        ../lisp/byte-run.elc \
-       ../lisp/cus-start.elc \
+       ../lisp/cus-start.el \
        ../lisp/custom.elc \
        ../lisp/files.elc \
        ../lisp/fill.elc \