X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2FMakefile.am;fp=share%2FMakefile.am;h=59d424f1992c315ef95965a238eabda7d64bccf8;hb=7fb93d7334588cf55a6f36f5a0dda243ae687ea8;hp=a7d0b39e736ce962bbced1909cace6c2e65d352f;hpb=8cc181f4eb1a0192ee75e7fa04ada9b6f144f3cb;p=vlc diff --git a/share/Makefile.am b/share/Makefile.am index a7d0b39e73..59d424f199 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -193,10 +193,6 @@ luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY)) luac_verbose_0 = @echo " LUAC $@"; .lua.luac: - $(AM_V_at)if test -z "$(LUAC)"; then \ - echo "LUA byte compiler missing." >&2; \ - exit 1 ; \ - fi $(AM_V_at)for f in $(EXTRA_DIST); do \ test "$(srcdir)" = . || f="$(srcdir)/$$f"; \ if test $$f = $<; then \