diff options
| author | Bill Wohler | 2005-10-09 19:33:26 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-09 19:33:26 +0000 |
| commit | 9af145676d2b6a7d4c074e0e963f3340ef634eab (patch) | |
| tree | 8ea2bbf83a5b58f69b8cdbb2764f77acea9afdd7 | |
| parent | 41791a20d7136db79a0b44a281b65216de35a4cf (diff) | |
| download | emacs-9af145676d2b6a7d4c074e0e963f3340ef634eab.tar.gz emacs-9af145676d2b6a7d4c074e0e963f3340ef634eab.zip | |
* Makefile.in (updates): Added mh-loaddefs dependency.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 888c519faf7..487550513cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-10-09 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * Makefile.in (updates): Added mh-loaddefs dependency. | ||
| 4 | |||
| 1 | 2005-10-09 Chong Yidong <cyd@stupidchicken.com> | 5 | 2005-10-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * speedbar.el (speedbar-file-key-map): Fix typo. | 7 | * speedbar.el (speedbar-file-key-map): Fix typo. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 07231d57405..a66ea05f27a 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -117,7 +117,7 @@ update-subdirs: doit | |||
| 117 | $(srcdir)/update-subdirs $$file; \ | 117 | $(srcdir)/update-subdirs $$file; \ |
| 118 | done; | 118 | done; |
| 119 | 119 | ||
| 120 | updates: update-subdirs autoloads finder-data custom-deps | 120 | updates: update-subdirs autoloads mh-autoloads finder-data custom-deps |
| 121 | 121 | ||
| 122 | # Update the AUTHORS file. | 122 | # Update the AUTHORS file. |
| 123 | 123 | ||