]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo caught by zsh
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Aug 2018 16:01:00 +0000 (09:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Aug 2018 16:01:20 +0000 (09:01 -0700)
* lisp/Makefile.in (compile-clean): Fix typo; missing ";" (Bug#32423).

lisp/Makefile.in

index ccc5323b52430f3d01dcab3162575631b328f84e..c4475982981ee033b439981614926c743fb29382 100644 (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