Commit 25039606 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: doc fix

parent 75ae66eb
...@@ -17,7 +17,7 @@ is correct, e.g.: ...@@ -17,7 +17,7 @@ is correct, e.g.:
$(TARBALLS)/libfoo-$(FOO_VERSION).tar.bz2: $(TARBALLS)/libfoo-$(FOO_VERSION).tar.bz2:
$(WGET) $(FOO_URL) $(call download,$(FOO_URL))
# This will use the default rule: check SHA-512 # This will use the default rule: check SHA-512
.sum-foo: libfoo-$(FOO_VERSION).tar.bz2 .sum-foo: libfoo-$(FOO_VERSION).tar.bz2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment