[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 6654a4c 1/2: * Makefile.in (semantic): Simplify.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 6654a4c 1/2: * Makefile.in (semantic): Simplify. |
Date: |
Wed, 31 Dec 2014 07:51:02 +0000 |
branch: master
commit 6654a4ce49b9eb76a1e5b911516a8d1b247b7c30
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
* Makefile.in (semantic): Simplify.
---
lisp/ChangeLog | 4 ++++
lisp/Makefile.in | 7 +------
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4be97b5..4203e05 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-30 Paul Eggert <address@hidden>
+
+ * Makefile.in (semantic): Simplify.
+
2014-12-30 Juri Linkov <address@hidden>
* net/eww.el (eww-isearch-next-buffer): New function.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index f22ca69..ba2a229 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