diff options
| author | Bill Wohler <wohler@newt.com> | 2006-01-05 22:49:42 +0000 |
|---|---|---|
| committer | Bill Wohler <wohler@newt.com> | 2006-01-05 22:49:42 +0000 |
| commit | 600bc46cd52fbdedf592158c6b03ccfca88dbade (patch) | |
| tree | 1a3561868fc0b3e86306130d7a8602c1d2dc64da /lisp | |
| parent | 77a0dbd2e01c01f17a5c699cbde4c277960648b8 (diff) | |
| download | emacs-600bc46cd52fbdedf592158c6b03ccfca88dbade.tar.gz | |
(updates): Remove mh-autoloads dependency, since it probably has
already run recently (via recompile).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8c70453e6d..061ace7ec79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,8 @@ * Makefile.in (compile-always): Add mh-autoloads dependency. (bootstrap): Remove mh-autoloads dependency, as compile dependency provides it. + (updates): Remove mh-autoloads dependency, since it probably has + already run recently (via recompile). 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca> diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 39986d6a60a..1cc34fcb663 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -117,7 +117,7 @@ update-subdirs: doit $(srcdir)/update-subdirs $$file; \ done; -updates: update-subdirs autoloads mh-autoloads finder-data custom-deps +updates: update-subdirs autoloads finder-data custom-deps # This is useful after "cvs up". cvs-update: recompile autoloads finder-data custom-deps |
