Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacs
authorGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2014 00:41:23 +0000 (20:41 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2014 00:41:23 +0000 (20:41 -0400)
commitda313ecaea3f2fad5eee6582dba5e0cc95ee5ea0
tree379952152ad42b2d76b06eb581c46a5a81e621c6
parent7ee4b70caae18bb2df0a184ecca7746629140ef4
Replace BOOTSTRAPEMACS with an order-only dependence on bootstrap-emacs

* Makefile.in (src): No more need to pass BOOTSTRAPEMACS.

* src/Makefile.in (.el.elc): Replace suffix rule with pattern rule.
(%.elc): New pattern rule, with order-only prerequisite.
($(lisp)): No more need to depend on BOOTSTRAPEMACS.
($(lispsource)/loaddefs.el): Use an order-only prerequisite
in place of BOOTSTRAPEMACS.

Fixes: debbugs:2151
ChangeLog
Makefile.in
src/ChangeLog
src/Makefile.in