[PATCH 1/3] build: don't add sub Makefiles to the global deps
Felipe Contreras
felipe.contreras at gmail.com
Fri May 23 03:34:25 PDT 2014
They don't affect the global build.
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
More information about the notmuch
mailing list