From 1d0d784f0399f47a86ee3accc570827555483e35 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Aug 1997 17:06:51 +0000 Subject: [PATCH] (updates): Add missing semicolons. --- lisp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2