[PATCH 1/3] build: don't add sub Makefiles to the global deps
Jani Nikula
jani at nikula.org
Sun May 25 00:58:07 PDT 2014
On Fri, 23 May 2014, Felipe Contreras <felipe.contreras at gmail.com> wrote:
> They don't affect the global build.
They do.
BR,
Jani.
>
> Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 4c0e8c6..2d1aee9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -20,7 +20,7 @@ include Makefile.config
>
> # We make all targets depend on the Makefiles themselves.
> global_deps = Makefile Makefile.config Makefile.local \
> - $(subdirs:%=%/Makefile) $(subdirs:%=%/Makefile.local)
> + $(subdirs:%=%/Makefile.local)
>
> Makefile.config: $(srcdir)/configure
> ifeq ($(configure_options),)
> --
> 1.9.3+fc1~5~gfaddd51
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list