Makefile: Rename the dep files.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 30 Mar 2022 19:05:18 +0000 (20:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 30 Mar 2022 19:05:18 +0000 (20:05 +0100)
.gitignore
Makefile

index c1a6939..8d9d856 100644 (file)
@@ -1,4 +1,4 @@
-*.dep
+*.m3u-dep
 *.m3u8
 *.m3u8.new
 !/ref/*.m3u8
index 2f845ce..37651f1 100644 (file)
--- 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)