[vlc-devel] [PATCH] Autoconf distclean in extra/tools

Diego Fernando Nieto diegofn at me.com
Sun Mar 3 13:51:45 CET 2013


Hi,

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


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
 

In the package file the autconf package has the suffix .tar.gz but the tools.mak script has .tar.bz2.

Thanks for your attention

Regards,


Diego Fernando Nieto
@diegofn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130303/3238e2b1/attachment.html>


More information about the vlc-devel mailing list