From: Mark Wooding Date: Wed, 30 Mar 2022 19:05:18 +0000 (+0100) Subject: Makefile: Rename the dep files. X-Git-Url: https://git.distorted.org.uk/~mdw/epls/commitdiff_plain/12ded3ea88770a39042ea033cd6dc0f8f73b7c41 Makefile: Rename the dep files. --- diff --git a/.gitignore b/.gitignore index c1a6939..8d9d856 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.dep +*.m3u-dep *.m3u8 *.m3u8.new !/ref/*.m3u8 diff --git a/Makefile b/Makefile index 2f845ce..37651f1 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ $(call declare-playlist, yes-minister, Y/Yes Minister) $(call declare-playlist, the-young-ones, Y/The Young Ones) M3US = $(addsuffix .m3u8,$(PLAYLISTS)) -DEPFILES += $(addsuffix .dep,$(PLAYLISTS)) +DEPFILES += $(addsuffix .m3u-dep,$(PLAYLISTS)) TARGETS += $(M3US) CLEANFILES += $(DEPFILES) @@ -200,7 +200,7 @@ mkm3u.cache-stamp: CLEANFILES += *.m3u8.new $(M3US): %.m3u8: $$($$*_EPLS) mkm3u mkm3u.cache-stamp $(call v-tag,MKM3U)./mkm3u $(MKM3UFLAGS) $($*_MKM3UFLAGS) \ - -M$*.dep -O$@ -o"$@.new" "$<" && mv "$@.new" "$@" + -M$*.m3u-dep -O$@ -o"$@.new" "$<" && mv "$@.new" "$@" CHECKS = $(foreach p,$(PLAYLISTS), check/$p) check: $(CHECKS)