aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-07-08 23:07:07 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-08 14:24:06 -0700
commit92b878ade12f6672ce7ff7d12ac74b69c8e35c59 (patch)
treee33351b5f181b2cfd61db6471d5807bec25915e4 /Makefile
parent556677144b55aad8457851a9019e86c3676bd422 (diff)
downloadgit-92b878ade12f6672ce7ff7d12ac74b69c8e35c59.tar.gz
git-92b878ade12f6672ce7ff7d12ac74b69c8e35c59.tar.xz
Teach make clean about configure and autoconf
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a37d40059..cef65861c 100644
--- a/Makefile
+++ b/Makefile
@@ -729,6 +729,8 @@ clean:
$(LIB_FILE) $(XDIFF_LIB)
rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
+ rm -rf autom4te.cache
+ rm -f config.log config.mak.autogen configure config.status config.cache
rm -rf $(GIT_TARNAME) .doc-tmp-dir
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f $(htmldocs).tar.gz $(manpages).tar.gz