aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-08-12 19:03:27 +0300
committerEli Zaretskii2018-08-12 19:03:27 +0300
commit135037397a568bbeb4af43f9cb98ff35fd86e03f (patch)
tree5ce2782ffee94af47d9295b6784449c14ffc3b9b
parentd9806a55a05157165dceb48727791954c1656ab1 (diff)
parent21c2fd724dcae8a2342f256a0dd8c3c78fb5e931 (diff)
downloademacs-135037397a568bbeb4af43f9cb98ff35fd86e03f.tar.gz
emacs-135037397a568bbeb4af43f9cb98ff35fd86e03f.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ccc5323b524..c4475982981 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -341,7 +341,7 @@ compile-clean:
341 if test -f "$$el" || test ! -f "$${el}c"; then :; else \ 341 if test -f "$$el" || test ! -f "$${el}c"; then :; else \
342 echo rm "$${el}c"; \ 342 echo rm "$${el}c"; \
343 rm "$${el}c"; \ 343 rm "$${el}c"; \
344 fi \ 344 fi; \
345 done 345 done
346 346
347.PHONY: gen-lisp leim semantic 347.PHONY: gen-lisp leim semantic