[vlc-commits] extras/tools: fix gas package name
Jean-Baptiste Kempf
git at videolan.org
Tue Nov 7 16:03:49 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 7 14:58:23 2017 +0100| [fcea86581b718f7f1aa8ecce1a819235ff16c95a] | committer: Jean-Baptiste Kempf
extras/tools: fix gas package name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fcea86581b718f7f1aa8ecce1a819235ff16c95a
---
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 d96cc837e8..d183abc8b7 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -217,7 +217,7 @@ gas: gas-preprocessor-$(GAS_VERSION).tar.gz
CLEAN_FILE += .gas
CLEAN_PKG += gas
-DISTCLEAN_PKG += yuvi-gas-preprocessor-$(GAS_VERSION).tar.gz
+DISTCLEAN_PKG += gas-preprocessor-$(GAS_VERSION).tar.gz
# Ragel State Machine Compiler
ragel-$(RAGEL_VERSION).tar.gz:
More information about the vlc-commits
mailing list