Makefile: dist-checksum rule fix

[email protected] (Jean-Paul Saman) Tue, 9 Jun 2015 09:40:06 +0200 (CEST)
Newsgroups gmane.comp.video.videolan.libdvbpsi.devel
Message-ID <[email protected]>
libdvbpsi | branch: master | Jean-Paul Saman <[email protected]> | Tue Jun  9 09:16:34 2015 +0200| [7cd4a9500f2db2c3f46ec49f8dd2818231a2e26b] | committer: Jean-Paul Saman

Makefile: dist-checksum rule fix

(cherry picked from commit 8977513526f0196474059b01183f2e15c4108827)
Signed-off-by: Jean-Paul Saman <[email protected]>

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=7cd4a9500f2db2c3f46ec49f8dd2818231a2e26b
---

 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7b1d892..abe6e71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ changelog:
 
 dist-checksum: $(DIST_TARGETS)
 	rm -f *.md5 *.sha256
-	for sum in '$(DIST_ARCHIVES)'; do \
+	for sum in $(DIST_ARCHIVES); do \
 	  md5sum $$sum > $$sum.md5 && \
 	  sha256sum $$sum > $$sum.sha256; \
 	done

_______________________________________________
libdvbpsi-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvbpsi-devel