Makefile: dist-checksum rule fix
[email protected] (Jean-Paul Saman) Tue, 9 Jun 2015 09:39:41 +0200 (CEST)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: branch/1.3.0-bugfix | Jean-Paul Saman <[email protected]> | Tue Jun 9 09:16:34 2015 +0200| [8977513526f0196474059b01183f2e15c4108827] | committer: Jean-Paul Saman Makefile: dist-checksum rule fix > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=8977513526f0196474059b01183f2e15c4108827 --- 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