]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (semantic): Simplify.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Dec 2014 00:00:03 +0000 (16:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Dec 2014 07:50:54 +0000 (23:50 -0800)
lisp/ChangeLog
lisp/Makefile.in

index 4be97b564a98c805e07a54a2f48d37a57d837878..4203e05aed898f6e4fb5d1863ea7e9c32515bcd1 100644 (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.
index f22ca69996b6fbbe21316076ddfa4d0e200403ed..ba2a2292cbd1443b62fbe17b4ae717d8a2544459 100644 (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