1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Fix typo caught by zsh

* lisp/Makefile.in (compile-clean): Fix typo; missing ";" (Bug#32423).
This commit is contained in:
Paul Eggert 2018-08-12 09:01:00 -07:00
parent 4532def340
commit 21c2fd724d

View File

@ -341,7 +341,7 @@ compile-clean:
if test -f "$$el" || test ! -f "$${el}c"; then :; else \
echo rm "$${el}c"; \
rm "$${el}c"; \
fi \
fi; \
done
.PHONY: gen-lisp leim semantic