X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=17be8b482a03f1ade341f250ceb6fc7bdc341455;hb=650f6ac573ae6d08dbd2752fe58e670b28fee957;hp=c0b1b3fa60057cdc50b8188cdcaad5b39c7c7368;hpb=3054bc462c8f31965f342808fce48c72f2858cfc;p=obsolete%2Fnotmuch-old diff --git a/Makefile b/Makefile index c0b1b3fa..17be8b48 100644 --- a/Makefile +++ b/Makefile @@ -34,16 +34,17 @@ override LDFLAGS += \ all: notmuch notmuch.1.gz -include lib/Makefile.local -include compat/Makefile.local -include Makefile.local - -# And get user settings from the output of configure +# Before including any other Makefile fragments, get settings from the +# output of configure Makefile.config: configure ./configure include Makefile.config +include lib/Makefile.local +include compat/Makefile.local +include Makefile.local + # The user has not set any verbosity, default to quiet mode and inform the # user how to enable verbose compiles. ifeq ($(V),)