]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: fix distclean
authorJaroslav Kysela <perex@perex.cz>
Wed, 22 Oct 2014 08:08:36 +0000 (10:08 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Oct 2014 08:08:36 +0000 (10:08 +0200)
Makefile

index ddcc47e19e606892a2ce320aca059df69ef41e8a..5cde334cc2a49a367912cbad089ded4c4f689c86 100644 (file)
--- 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