comparison lisp/Makefile.in @ 65951:9d2d6d11ad55

* Makefile.in (updates): Added mh-loaddefs dependency.
author Bill Wohler <wohler@newt.com>
date Sun, 09 Oct 2005 19:33:26 +0000
parents 135cf95723ca
children fca6262e2c9f
comparison
equal deleted inserted replaced
65950:543b18532c51 65951:9d2d6d11ad55
115 wd=$(lisp); $(setwins); \ 115 wd=$(lisp); $(setwins); \
116 for file in $$wins; do \ 116 for file in $$wins; do \
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
124 update-authors: 124 update-authors:
125 $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir) 125 $(emacs) -l authors -f batch-update-authors $(srcdir)/AUTHORS $(srcdir)