[libdvbpsi-devel] [Git][videolan/libdvbpsi][master] Makefile.am: fix dist-checksum target
Jean-Paul Saman
gitlab at videolan.org
Thu Feb 16 10:05:01 CET 2017
Jean-Paul Saman pushed to branch master at videolan / libdvbpsi
Commits:
10e546bc by Jean-Paul Saman at 2017-02-16T10:00:51+01:00
Makefile.am: fix dist-checksum target
- - - - -
1 changed file:
- Makefile.am
Changes:
=====================================
Makefile.am
=====================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ changelog:
sed -e 's/^[^0-9]/ /' -e 's/^ *$$//' -e 's/^ \* / /g' | \
grep -v '^ \*$$' | uniq >| ChangeLog
-dist-checksum: $(DIST_TARGETS)
+dist-checksum: $(DIST_ARCHIVES)
rm -f *.md5 *.sha256
for sum in $(DIST_ARCHIVES); do \
md5sum $$sum > $$sum.md5 && \
View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/commit/10e546bc5bc91c2dda54d80a0faaefdf75339099
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/libdvbpsi-devel/attachments/20170216/d60ace70/attachment-0001.html>
More information about the libdvbpsi-devel
mailing list