Mercurial > emacs
changeset 19168:8b79ec97982b
(updates): Add missing semicolons.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Aug 1997 17:06:51 +0000 |
parents | 337f5643498e |
children | 0ffc25f09344 |
files | lisp/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)