aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-26 20:41:23 -0400
committerGlenn Morris <[email protected]>2014-06-26 20:41:23 -0400
commitda313ecaea3f2fad5eee6582dba5e0cc95ee5ea0 (patch)
tree379952152ad42b2d76b06eb581c46a5a81e621c6 /ChangeLog
parent7ee4b70caae18bb2df0a184ecca7746629140ef4 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4bea3592..3a5797a7ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2014-06-27 Glenn Morris <[email protected]>
+ * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
+
* make-dist: Exclude test/automated/*.log.
2014-06-26 Glenn Morris <[email protected]>