mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* Makefile.in (semantic): Simplify.
This commit is contained in:
parent
5480b8ef25
commit
6654a4ce49
@ -1,3 +1,7 @@
|
||||
2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* Makefile.in (semantic): Simplify.
|
||||
|
||||
2014-12-30 Juri Linkov <juri@linkov.net>
|
||||
|
||||
* net/eww.el (eww-isearch-next-buffer): New function.
|
||||
|
@ -325,13 +325,8 @@ compile-clean:
|
||||
leim:
|
||||
$(MAKE) -C ../leim all EMACS="$(EMACS)"
|
||||
|
||||
# FIXME. Yuck.
|
||||
semantic:
|
||||
case ${EMACS} in \
|
||||
.*) EMACS="../${EMACS}" ;; \
|
||||
*) EMACS="${EMACS}" ;; \
|
||||
esac; \
|
||||
$(MAKE) -C ../admin/grammars all EMACS="$${EMACS}"
|
||||
$(MAKE) -C ../admin/grammars all EMACS="$(EMACS:.%=../.%)"
|
||||
|
||||
# Compile all Lisp files, but don't recompile those that are up to
|
||||
# date. Some .el files don't get compiled because they set the
|
||||
|
Loading…
Reference in New Issue
Block a user