[PATCH] Fix dependency generation for compat, test, and util

2012-01-19 Thread David Bremner
On Sun, 15 Jan 2012 15:20:42 -0500, Austin Clements wrote: > This adds source files in compat, test, and util to SRCS so that the > top-level Makefile.local will generate dependency files for them. > --- pushed, d

Re: [PATCH] Fix dependency generation for compat, test, and util

2012-01-19 Thread David Bremner
On Sun, 15 Jan 2012 15:20:42 -0500, Austin Clements amdra...@mit.edu wrote: This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- pushed, d ___ notmuch mailing

[PATCH] Fix dependency generation for compat, test, and util

2012-01-18 Thread Tomi Ollila
On Sun, 15 Jan 2012 15:20:42 -0500, Austin Clements wrote: > This adds source files in compat, test, and util to SRCS so that the > top-level Makefile.local will generate dependency files for them. > --- +1

Re: [PATCH] Fix dependency generation for compat, test, and util

2012-01-18 Thread Tomi Ollila
On Sun, 15 Jan 2012 15:20:42 -0500, Austin Clements amdra...@mit.edu wrote: This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- +1 ___ notmuch mailing list

[PATCH] Fix dependency generation for compat, test, and util

2012-01-15 Thread Austin Clements
This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- compat/Makefile.local |2 ++ test/Makefile.local |1 + util/Makefile.local |1 + 3 files changed, 4 insertions(+), 0 deletions(-) diff --git

[PATCH] Fix dependency generation for compat, test, and util

2012-01-15 Thread Austin Clements
This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. --- compat/Makefile.local |2 ++ test/Makefile.local |1 + util/Makefile.local |1 + 3 files changed, 4 insertions(+), 0 deletions(-) diff --git