diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-18 00:00:09 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-18 00:00:09 -0700 |
commit | ed0ba302d34b9cc74dc2499cfa664fcb06e361b2 (patch) | |
tree | 25e20ca72a78c840a7aa2c94d8cd6f8e6889052e /ChangeLog | |
parent | 62061397bfc92eb454613e918a11f4a8ddbaffff (diff) | |
download | emacs-ed0ba302d34b9cc74dc2499cfa664fcb06e361b2.tar.gz |
Tweak dependencies in top-level install rules
* Makefile.in (install-arch-dep): Depend on install-arch-indep.
(install-arch-indep): Depend on install-leim.
(install): Remove explicit install-leim dependence.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 332ee011bd1..f6f13a4f07c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-05-18 Glenn Morris <rgm@gnu.org> + * Makefile.in (install-arch-dep): Depend on install-arch-indep. + (install-arch-indep): Depend on install-leim. + (install): Remove explicit install-leim dependence. + * Makefile.in (install-arch-indep): Move last element of mkdir rule here. (mkdir): Remove rule. |