]> git.notmuchmail.org Git - notmuch/commitdiff
test: don't use $(dir) in recipes.
authorDavid Bremner <david@tethera.net>
Sat, 8 Mar 2014 14:00:39 +0000 (10:00 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 9 Mar 2014 13:02:57 +0000 (10:02 -0300)
According the semantics of make, the expansion of $(dir) in recipes
uses dynamic scope, i.e. the value at the time the recipe is run. This
means if test/Makefile.local is not the last sub-makefile included,
all heck breaks loose.


No differences found