aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-05 17:06:51 +0000
committerRichard M. Stallman1997-08-05 17:06:51 +0000
commit1d0d784f0399f47a86ee3accc570827555483e35 (patch)
tree1e6cc6efd3728326ff15a5a252703a0faeac3507
parentf182c531a2c786bd1d5246691a05b175e84220cf (diff)
downloademacs-1d0d784f0399f47a86ee3accc570827555483e35.tar.gz
emacs-1d0d784f0399f47a86ee3accc570827555483e35.zip
(updates): Add missing semicolons.
-rw-r--r--lisp/Makefile4
1 files 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
62 for file in $$wins; do \ 62 for file in $$wins; do \
63 ../update-subdirs $$file; \ 63 ../update-subdirs $$file; \
64 done; \ 64 done; \
65 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins \ 65 $(EMACS) -batch -l cus-dep.el -f custom-make-dependencies $$wins; \
66 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins \ 66 $(EMACS) -batch -l finder -f finder-compile-keywords-make-dist $$wins; \
67 $(EMACS) -batch -f batch-update-autoloads $$wins 67 $(EMACS) -batch -f batch-update-autoloads $$wins
68 68
69TAGS: $(lisptagsfiles) 69TAGS: $(lisptagsfiles)