From: Jaroslav Kysela Date: Fri, 5 May 2017 11:00:13 +0000 (+0200) Subject: Makefile: do not include deps for clean and distclean targets X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32252f2305a2aacb6272f4f3025a690eb743a801;p=thirdparty%2Ftvheadend.git Makefile: do not include deps for clean and distclean targets --- diff --git a/Makefile b/Makefile index 19ab5220d..6208fc581 100644 --- a/Makefile +++ b/Makefile @@ -657,7 +657,9 @@ $(ROOTDIR)/src/version.c: FORCE FORCE: # Include dependency files if they exist. +ifeq ($(filter clean distclean, $(MAKECMDGOALS)),) -include $(DEPS) +endif # Some hardcoded deps src/webui/extjs.c: make_webui