From: Jaroslav Kysela Date: Tue, 11 Sep 2018 17:07:26 +0000 (+0200) Subject: fix for the previous commit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e75ef8cc62c7abb33a8c3cf2793e5cb15e0f5f6;p=thirdparty%2Ftvheadend.git fix for the previous commit --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 5b7db0e30..539d2632a 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -577,7 +577,8 @@ $(LIB_ROOT)/$(FFNVCODEC)/.tvh_download: @mkdir $(LIB_ROOT)/$(FFNVCODEC) @touch $@ -$(LIB_ROOT)/$(FFNVCODEC)/.tvh_build: +$(LIB_ROOT)/$(FFNVCODEC)/.tvh_build: \ + $(LIB_ROOT)/$(FFNVCODEC)/.tvh_download @touch $@ endif