From: Jakub Narebski Date: Sat, 8 Jul 2006 21:07:07 +0000 (+0200) Subject: Teach make clean about configure and autoconf X-Git-Tag: v1.4.2-rc3~36^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92b878ade12f6672ce7ff7d12ac74b69c8e35c59;p=git.git Teach make clean about configure and autoconf Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- 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