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:
parent
4532def340
commit
21c2fd724d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user