vlc | branch: master | Diego Fernando Nieto <[email protected]> | 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é <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
