Mercurial > emacs
diff lisp/Makefile @ 19168:8b79ec97982b
(updates): Add missing semicolons.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Aug 1997 17:06:51 +0000 |
parents | 5dada86a0c63 |
children | 1d6cc4a65d70 |
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)