[notmuch] [PATCH] Makefile: Make object targets depend on Makefiles

2009-11-20 Thread Carl Worth
On Thu, 19 Nov 2009 01:37:25 +0100, Jan Janak wrote: > All objects need to be recompiled when any of the Makefiles changes, so > we make them all depend on all the Makefiles. An excellent fix, Jan. Pushed! -Carl

[notmuch] [PATCH] Makefile: Make object targets depend on Makefiles

2009-11-19 Thread Jan Janak
All objects need to be recompiled when any of the Makefiles changes, so we make them all depend on all the Makefiles. Signed-off-by: Jan Janak --- Makefile | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 96aaa73..2787aff 100644 ---