comparison src/Makefile.in @ 17898:d690264cd13a

(shortlisp): Add custom.elc and cus-start.elc.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 May 1997 18:26:49 +0000
parents be1ba0978de9
children 737274a0801e
comparison
equal deleted inserted replaced
17897:02b656fa8243 17898:d690264cd13a
621 621
622 Note that this list should not include lisp files which might not 622 Note that this list should not include lisp files which might not
623 be present, like site-load.el and site-init.el; this makefile 623 be present, like site-load.el and site-init.el; this makefile
624 expects them all to be either present or buildable. 624 expects them all to be either present or buildable.
625 625
626 Always update shortlisp as well as this variable. */ 626 Files which are loaded unconditionally should be in shortlisp as well.
627 Files included conditionally here should be included (unconditionally)
628 in SOME_MACHINE_LISP. */
627 629
628 lisp= \ 630 lisp= \
629 ${lispsource}abbrev.elc \ 631 ${lispsource}abbrev.elc \
630 ${lispsource}buff-menu.elc \ 632 ${lispsource}buff-menu.elc \
631 ${lispsource}byte-run.elc \ 633 ${lispsource}byte-run.elc \
691 because SOME_MACHINE_LISP has those. */ 693 because SOME_MACHINE_LISP has those. */
692 shortlisp= \ 694 shortlisp= \
693 ../lisp/abbrev.elc \ 695 ../lisp/abbrev.elc \
694 ../lisp/buff-menu.elc \ 696 ../lisp/buff-menu.elc \
695 ../lisp/byte-run.elc \ 697 ../lisp/byte-run.elc \
698 ../lisp/cus-start.elc \
699 ../lisp/custom.elc \
696 ../lisp/files.elc \ 700 ../lisp/files.elc \
697 ../lisp/fill.elc \ 701 ../lisp/fill.elc \
698 ../lisp/format.elc \ 702 ../lisp/format.elc \
699 ../lisp/help.elc \ 703 ../lisp/help.elc \
700 ../lisp/indent.elc \ 704 ../lisp/indent.elc \