# HG changeset patch # User Richard M. Stallman # Date 870800811 0 # Node ID 8b79ec97982bbcc1c4c948f6bdab6a060ab93d7a # Parent 337f5643498e74ffb56d9045496799acd33b8197 (updates): Add missing semicolons. diff -r 337f5643498e -r 8b79ec97982b lisp/Makefile --- a/lisp/Makefile Tue Aug 05 17:03:56 1997 +0000 +++ b/lisp/Makefile Tue Aug 05 17:06:51 1997 +0000 @@ -62,8 +62,8 @@ 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)