]> git.notmuchmail.org Git - notmuch/commit
Makefile: Make emacs compilation depend on global dependencies.
authorCarl Worth <cworth@cworth.org>
Tue, 28 Jun 2011 18:42:29 +0000 (11:42 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 28 Jun 2011 18:59:48 +0000 (11:59 -0700)
commite5dafc90517e08f34bdc3a265a1e605068e63db2
tree23bc7f5069d9024e1c3a1792cd2fe5030f49c690
parent51b7ab69687cf815e0e01f5f87d2cbf49ac41ec3
Makefile: Make emacs compilation depend on global dependencies.

We call these "global_deps" for a reason, after all!

Without this, emacs compilation would proceed even if the configure script
failed, (such as for a missing dependency). That's undesirable as it can
cause the helpful error messages from the configure failure to scroll away.
emacs/Makefile.local