[vlc-commits] extras/tools: fix make clean
Diego Fernando Nito
git at videolan.org
Sat Nov 26 20:09:19 CET 2011
vlc | branch: master | Diego Fernando Nito <diegofn at me.com> | Sat Nov 26 14:08:40 2011 -0500| [e2286819b8f2efa80606e053011df1a3d4a7d1e5] | 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=e2286819b8f2efa80606e053011df1a3d4a7d1e5
---
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