]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Rename all_deps to global_deps
authorCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 01:01:55 +0000 (17:01 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Mar 2010 01:01:55 +0000 (17:01 -0800)
The "all" inside this variable name was easy to confuse with the
separate "all" target. This variable specifies dependencies that apply
to every target, so use "global" instead.


No differences found