From: Paul Eggert Date: Wed, 31 Dec 2014 00:00:03 +0000 (-0800) Subject: * Makefile.in (semantic): Simplify. X-Git-Tag: emacs-25.0.90~2631^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6654a4ce49b9eb76a1e5b911516a8d1b247b7c30;p=emacs.git * Makefile.in (semantic): Simplify. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4be97b564a9..4203e05aed8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-12-30 Paul Eggert + + * Makefile.in (semantic): Simplify. + 2014-12-30 Juri Linkov * net/eww.el (eww-isearch-next-buffer): New function. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index f22ca69996b..ba2a2292cbd 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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