]> git.notmuchmail.org Git - notmuch/commit
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)
commit6b92ca5a05c50d1507d11ece45fc7af5342d82fc
tree4652a6c696978ec7a63aae20229504ccec04bf9d
parente3046c688be7a28e7dcfbce5fa54074917fd9904
Makefile: Rename all_deps to global_deps

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.
Makefile