]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Do not remove distributed configure script
authorMathias Megyei <mathias@mnet-mail.de>
Thu, 4 Oct 2007 21:49:19 +0000 (23:49 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 01:12:06 +0000 (21:12 -0400)
commit922aa807f5fee97fcb2ccd1d1db63b59bdd02128
tree24a0c2fe2c8465d30c58da95e0f3174b13f07188
parentc005c6aa980f5f51e00d1f6a80ae0f009d533627
Do not remove distributed configure script

Before this patch the clean target has removed the
configure script that comes with Git tar file.
That made compiling Git for different architectures
inconvenient.
This patch excludes configure from the files to be
deleted by 'make clean' and adds new target 'distclean'
to preserve old functionality.

Signed-off-by: Mathias Megyei <mathias@mnet-mail.de>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile