]> git.eshelyaron.com Git - emacs.git/commitdiff
(updates): Add missing semicolons.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 17:06:51 +0000 (17:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Aug 1997 17:06:51 +0000 (17:06 +0000)
lisp/Makefile

index e7533977ecb52440656764039912ad9121df8430..057aa3958b5a526b3079eda3129b6c2b97c0df2b 100644 (file)
@@ -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)