aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e9e73035008..48dfe55c6cb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -623,7 +623,9 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
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
628lisp= \ 630lisp= \
629 ${lispsource}abbrev.elc \ 631 ${lispsource}abbrev.elc \
@@ -693,6 +695,8 @@ 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 \