diff options
| author | Richard M. Stallman | 1997-08-05 17:06:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-05 17:06:51 +0000 |
| commit | 1d0d784f0399f47a86ee3accc570827555483e35 (patch) | |
| tree | 1e6cc6efd3728326ff15a5a252703a0faeac3507 | |
| parent | f182c531a2c786bd1d5246691a05b175e84220cf (diff) | |
| download | emacs-1d0d784f0399f47a86ee3accc570827555483e35.tar.gz emacs-1d0d784f0399f47a86ee3accc570827555483e35.zip | |
(updates): Add missing semicolons.
| -rw-r--r-- | lisp/Makefile | 4 |
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 | ||
| 69 | TAGS: $(lisptagsfiles) | 69 | TAGS: $(lisptagsfiles) |