diff src/Makefile.in @ 66679:d697ddc33195

(lisp, shortlisp): Add emacs-lisp/syntax.elc, font-lock.elc and jit-lock.elc.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Nov 2005 22:39:38 +0000
parents e1d85bcde8ef
children 3a70e0ff7404 693e794b57bf
line wrap: on
line diff
--- a/src/Makefile.in	Thu Nov 03 22:29:43 2005 +0000
+++ b/src/Makefile.in	Thu Nov 03 22:39:38 2005 +0000
@@ -776,6 +776,9 @@
 	${lispsource}subr.elc \
 	${lispsource}term/tty-colors.elc \
 	${lispsource}font-core.elc \
+	${lispsource}emacs-lisp/syntax.elc \
+	${lispsource}font-lock.elc \
+	${lispsource}jit-lock.elc \
 	${lispsource}textmodes/fill.elc \
 	${lispsource}textmodes/page.elc \
 	${lispsource}textmodes/paragraphs.elc \
@@ -869,6 +872,9 @@
 	../lisp/subr.elc \
 	../lisp/term/tty-colors.elc \
 	../lisp/font-core.elc \
+	../lisp/emacs-lisp/syntax.elc \
+	../lisp/font-lock.elc \
+	../lisp/jit-lock.elc \
 	../lisp/textmodes/fill.elc \
 	../lisp/textmodes/page.elc \
 	../lisp/textmodes/paragraphs.elc \