]> git.cworth.org Git - notmuch/commit
build: Move variable definitions to Makefile.global
authorDavid Bremner <david@tethera.net>
Sat, 19 Nov 2016 17:44:28 +0000 (13:44 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 26 Nov 2016 11:46:42 +0000 (07:46 -0400)
commit46a47f06a628c7025246da040fa9ab6301c49313
tree3f6898e4139c8fbd2a838237ef90316420a895f5
parentd35c2c15f61cb527eea6e6224d8b0ad965100766
build: Move variable definitions to Makefile.global

I noticed when trying to use VERSION (and derived variables) in a
subdirectory that the top level Makefile.local needed to be included
first. But according to c10085c77b407d9ea704f8b4f9e0a805f63e72cb it
actually needs to be last. To break this conflict, move the variables
definitions into a new Makefile.global.
Makefile
Makefile.global [new file with mode: 0644]
Makefile.local