comparison src/Makefile.in @ 18048:737274a0801e

(lisp, shortlisp): Use cus-start.el, not .elc.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 May 1997 00:29:11 +0000
parents d690264cd13a
children fff99dc53d81
comparison
equal deleted inserted replaced
18047:1b06411ccc04 18048:737274a0801e
629 629
630 lisp= \ 630 lisp= \
631 ${lispsource}abbrev.elc \ 631 ${lispsource}abbrev.elc \
632 ${lispsource}buff-menu.elc \ 632 ${lispsource}buff-menu.elc \
633 ${lispsource}byte-run.elc \ 633 ${lispsource}byte-run.elc \
634 ${lispsource}cus-start.elc \ 634 ${lispsource}cus-start.el \
635 ${lispsource}custom.elc \ 635 ${lispsource}custom.elc \
636 ${lispsource}files.elc \ 636 ${lispsource}files.elc \
637 ${lispsource}fill.elc \ 637 ${lispsource}fill.elc \
638 ${lispsource}format.elc \ 638 ${lispsource}format.elc \
639 FACE_SUPPORT \ 639 FACE_SUPPORT \
693 because SOME_MACHINE_LISP has those. */ 693 because SOME_MACHINE_LISP has those. */
694 shortlisp= \ 694 shortlisp= \
695 ../lisp/abbrev.elc \ 695 ../lisp/abbrev.elc \
696 ../lisp/buff-menu.elc \ 696 ../lisp/buff-menu.elc \
697 ../lisp/byte-run.elc \ 697 ../lisp/byte-run.elc \
698 ../lisp/cus-start.elc \ 698 ../lisp/cus-start.el \
699 ../lisp/custom.elc \ 699 ../lisp/custom.elc \
700 ../lisp/files.elc \ 700 ../lisp/files.elc \
701 ../lisp/fill.elc \ 701 ../lisp/fill.elc \
702 ../lisp/format.elc \ 702 ../lisp/format.elc \
703 ../lisp/help.elc \ 703 ../lisp/help.elc \