From: Richard M. Stallman Date: Tue, 5 Aug 1997 17:06:51 +0000 (+0000) Subject: (updates): Add missing semicolons. X-Git-Tag: emacs-20.1~778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d0d784f0399f47a86ee3accc570827555483e35;p=emacs.git (updates): Add missing semicolons. --- diff --git a/lisp/Makefile b/lisp/Makefile index e7533977ecb..057aa3958b5 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -62,8 +62,8 @@ updates: doit for file in $$wins; do \ ../update-subdirs $$file; \ done; \ - $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins \ - $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins \ + $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins; \ + $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins; \ $(EMACS) -batch -f batch-update-autoloads $$wins TAGS: $(lisptagsfiles)