1
0
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:
Paul Eggert 2014-12-30 16:00:03 -08:00
parent 5480b8ef25
commit 6654a4ce49
2 changed files with 5 additions and 6 deletions

View File

@ -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.

View File

@ -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