diff mbox

Add .version to make clean

Message ID 87k2i1lmoy.fsf@linux.vnet.ibm.com
State Not Applicable
Headers show

Commit Message

Stewart Smith June 7, 2016, 3:09 a.m. UTC
Michael Neuling <mikey@neuling.org> writes:
> .version is missing from the clean target.  Fix this.
>
> Found with 'make; make clean; git clean -dfx'
>
> Signed-off-by: Michael Neuling <mikey@neuling.org>
>

Comments

Michael Neuling June 7, 2016, 3:52 a.m. UTC | #1
On Tue, 2016-06-07 at 13:09 +1000, Stewart Smith wrote:
> Michael Neuling <mikey@neuling.org> writes:
> > 
> > .version is missing from the clean target.  Fix this.
> > 
> > Found with 'make; make clean; git clean -dfx'
> > 
> > Signed-off-by: Michael Neuling <mikey@neuling.org>
> > 
> diff --git a/Makefile.main b/Makefile.main
> index 30c22be..9432654 100644
> --- a/Makefile.main
> +++ b/Makefile.main
> @@ -234,7 +234,7 @@ cscope:
> =C2=A0clean:
> 
> it looks like X-Mailer: Evolution 3.18.5.2-0ubuntu1 manages to muck up
> whitespace.

Sorry :-(

Mikey

> 
> Anyway, applied - merged to master as of 8ae39cd 
>
diff mbox

Patch

diff --git a/Makefile.main b/Makefile.main
index 30c22be..9432654 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -234,7 +234,7 @@  cscope:
=C2=A0clean:

it looks like X-Mailer: Evolution 3.18.5.2-0ubuntu1 manages to muck up
whitespace.

Anyway, applied - merged to master as of 8ae39cd