[vlc-commits] Autoconf distclean in extra/tools

Diego Fernando Nieto git at videolan.org
Sun Mar 3 21:24:47 CET 2013


vlc | branch: master | Diego Fernando Nieto <diegofn at me.com> | Sun Mar  3 07:51:45 2013 -0500| [e1b0fccc2f878764c5a868095dc588eb51d15601] | committer: Rafaël Carré

Autoconf distclean in extra/tools

Hi,

I send to you the following patch to erase autonconf-2.69.tar.gz when we execute a make distclean command.

Signed-off-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1b0fccc2f878764c5a868095dc588eb51d15601
---

 extras/tools/tools.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 12b8d23..c9c94a1 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -143,7 +143,7 @@ autoconf: autoconf-$(AUTOCONF_VERSION).tar.gz
 
 CLEAN_FILE += .autoconf
 CLEAN_PKG += autoconf
-DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
+DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.gz
 
 # automake
 



More information about the vlc-commits mailing list