diff lisp/Makefile.in @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents 8e3439ed2228 1aba3578b8d8
children fe9fcbca8f4e
line wrap: on
line diff
--- a/lisp/Makefile.in	Tue Nov 09 10:29:37 2010 +0000
+++ b/lisp/Makefile.in	Tue Nov 09 15:07:10 2010 -0500
@@ -180,6 +180,7 @@
 	els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
 	${ETAGS} -o $@ $$els
 
+	$(lisp)/emacs-lisp/smie.elc \
 # The src/Makefile.in has its own set of dependencies and when they decide
 # that one Lisp file needs to be re-compiled, we had better recompile it as
 # well, otherwise every subsequent make will again call us, until we finally