[PATCH] Fix dependency generation for CLI sources

2012-01-19 Thread David Bremner
On Sun, 15 Jan 2012 15:20:23 -0500, Austin Clements wrote: > Previously, the dependency file list was generated before the CLI > sources were added to SRCS, so dependency files weren't generated for > CLI sources. This moves that code to after the CLI sources are added. pushed, d

Re: [PATCH] Fix dependency generation for CLI sources

2012-01-19 Thread David Bremner
On Sun, 15 Jan 2012 15:20:23 -0500, Austin Clements wrote: > Previously, the dependency file list was generated before the CLI > sources were added to SRCS, so dependency files weren't generated for > CLI sources. This moves that code to after the CLI sources are added. pushed, d _

[PATCH] Fix dependency generation for CLI sources

2012-01-18 Thread Tomi Ollila
On Sun, 15 Jan 2012 15:20:23 -0500, Austin Clements wrote: > Previously, the dependency file list was generated before the CLI > sources were added to SRCS, so dependency files weren't generated for > CLI sources. This moves that code to after the CLI sources are added. > --- +1

Re: [PATCH] Fix dependency generation for CLI sources

2012-01-18 Thread Tomi Ollila
On Sun, 15 Jan 2012 15:20:23 -0500, Austin Clements wrote: > Previously, the dependency file list was generated before the CLI > sources were added to SRCS, so dependency files weren't generated for > CLI sources. This moves that code to after the CLI sources are added. > --- +1

[PATCH] Fix dependency generation for CLI sources

2012-01-15 Thread Austin Clements
Previously, the dependency file list was generated before the CLI sources were added to SRCS, so dependency files weren't generated for CLI sources. This moves that code to after the CLI sources are added. --- Makefile.local |8 1 files changed, 4 insertions(+), 4 deletions(-) diff

[PATCH] Fix dependency generation for CLI sources

2012-01-15 Thread Austin Clements
Previously, the dependency file list was generated before the CLI sources were added to SRCS, so dependency files weren't generated for CLI sources. This moves that code to after the CLI sources are added. --- Makefile.local |8 1 files changed, 4 insertions(+), 4 deletions(-) diff