[vlc-commits] extras/tools: fix make clean
Diego Fernando Nieto
git at videolan.org
Sat Nov 26 20:10:36 CET 2011
vlc | branch: master | Diego Fernando Nieto <diegofn at me.com> | Sat Nov 26 14:10:09 2011 -0500| [bdd6d7ca672372da18e52fdea7e494c1941be4ed] | committer: Rafaël Carré
extras/tools: fix make clean
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bdd6d7ca672372da18e52fdea7e494c1941be4ed
---
extras/tools/tools.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index a9d6766..68267cb 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -100,7 +100,7 @@ tar: tar-$(TAR_VERSION).tar.bz2
touch $@
CLEAN_PKG += tar
-DISTCLEAN_PKG += tar-$(tar_VERSION).tar.bz2
+DISTCLEAN_PKG += tar-$(TAR_VERSION).tar.bz2
CLEAN_FILE += .tar
# xz
More information about the vlc-commits
mailing list