[vlc-commits] contrib: luac: add dummy download target

Rémi Denis-Courmont git at videolan.org
Sat Aug 6 23:34:02 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug  7 00:33:53 2016 +0300| [42ced078823d589d3d5664d19d34d75a5068745d] | committer: Rémi Denis-Courmont

contrib: luac: add dummy download target

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42ced078823d589d3d5664d19d34d75a5068745d
---

 contrib/src/lua/rules.mak | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 0d3390f..8c5336d 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -82,7 +82,10 @@ ifdef HAVE_WIN32
 endif
 	touch $@
 
-luac: lua-$(LUA_VERSION).tar.gz .sum-lua
+.sum-luac: .sum-lua
+	touch $@
+
+luac: lua-$(LUA_VERSION).tar.gz .sum-luac
 	# DO NOT use the same intermediate directory as the lua target
 	rm -Rf -- $@-$(LUA_VERSION) $@
 	mkdir -- $@-$(LUA_VERSION)



More information about the vlc-commits mailing list