* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jun 2008 21:48:17 +0000 (21:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jun 2008 21:48:17 +0000 (21:48 +0000)
commit49f6eb95b2dc33e178af0f3fd5d48217abe44d9b
tree17b3baa6f639b19cce04e1f2d4769d79f83876f1
parentdb61a7f8178124b13f2687c65813e5521b296a57
* src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
(bootstrap-clean): New target that keeps TAGS around.
(../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
(bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
* lisp/Makefile.in (all): New target.
(bootstrap-prepare): Remove.
* Makefile.in (SUBDIR): Include `lisp'.
(lisp): Depend on `src'.
(top_distclean): Don't remove config.status.
(bootstrap-clean): New target.
(maintainer-clean): Use it.
(bootstrap): Use bootstrap-clean.  Re-run config.status.
(src/bootstrap-emacs${EXEEXT}): New target.
(bootstrap-build): Use it.  Don't use bootstrap-prepare because
src/Makefile now takes care of it.
(bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
ChangeLog
INSTALL.CVS
Makefile.in
lisp/ChangeLog
lisp/Makefile.in
src/ChangeLog
src/Makefile.in