diff options
author | Andreas Schwab <schwab@suse.de> | 2008-04-18 15:34:26 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-04-18 15:34:26 +0000 |
commit | 325a68616c6f94ea9102657416c8e3ab40ed884e (patch) | |
tree | 3a426efd28f078512be5bf63d08a4e9686629ade /lisp/Makefile.in | |
parent | d63aa41fa84d0238bdcbcf45443d4de8f4f3137f (diff) | |
download | emacs-325a68616c6f94ea9102657416c8e3ab40ed884e.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 2ac8a014201..4ed0fd76d1d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -122,6 +122,8 @@ autoloads: $(lisp)/subdirs.el $(LOADDEFS) doit echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins +# Note: every rule that runs $(emacs) and is called during bootstrap must +# depend on this. $(lisp)/subdirs.el: $(MAKE) $(MFLAGS) update-subdirs update-subdirs: doit |