Mercurial > emacs
comparison lisp/Makefile.in @ 111574:a92967e45167
merge trunk
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 17 Nov 2010 13:09:08 +0900 |
parents | 132f2dfd549f |
children | fe9fcbca8f4e |
comparison
equal
deleted
inserted
replaced
111573:e89dd9c3633b | 111574:a92967e45167 |
---|---|
178 | 178 |
179 TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | 179 TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) |
180 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ | 180 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ |
181 ${ETAGS} -o $@ $$els | 181 ${ETAGS} -o $@ $$els |
182 | 182 |
183 $(lisp)/emacs-lisp/smie.elc \ | |
183 # The src/Makefile.in has its own set of dependencies and when they decide | 184 # The src/Makefile.in has its own set of dependencies and when they decide |
184 # that one Lisp file needs to be re-compiled, we had better recompile it as | 185 # that one Lisp file needs to be re-compiled, we had better recompile it as |
185 # well, otherwise every subsequent make will again call us, until we finally | 186 # well, otherwise every subsequent make will again call us, until we finally |
186 # end up deciding that yes, the file deserves recompilation. | 187 # end up deciding that yes, the file deserves recompilation. |
187 # One option is to try and reproduce exactly the same dependencies here as | 188 # One option is to try and reproduce exactly the same dependencies here as |