]> rtime.felk.cvut.cz Git - notmuch.git/commit
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)
commitb21f0f68029173035de6616b63320b36d5b1d009
treefcc43b67235cf62541efaab6aac4164e925bc4f2
parent268a33f4c2c0eefc06b2130f6aa77643f7d5995a
test: don't use $(dir) in recipes.

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.
test/Makefile.local