From 46e75c2a2d27e2571864e4c98ce818a26db47eb8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 22 Oct 2014 10:08:36 +0200 Subject: [PATCH] Makefile: fix distclean --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddcc47e1..5cde334c 100644 --- a/Makefile +++ b/Makefile @@ -416,7 +416,8 @@ clean: find . -name "*~" | xargs rm -f distclean: clean - rm -rf ${ROOTDIR)/.tvh${ROOTDIR}/libav_static + rm -rf ${ROOTDIR}/libav_static + rm -rf ${ROOTDIR}/libhdhomerun_static rm -rf ${ROOTDIR}/build.* rm -f ${ROOTDIR}/.config.mk