build: Rename md5 to checksums as part of .PHONY target
authorCarl Worth <cworth@cworth.org>
Tue, 26 Aug 2014 23:13:14 +0000 (16:13 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Sep 2014 23:08:20 +0000 (16:08 -0700)
commit7528f6fd178ef10b7fde8e66c57bec38127471fd
tree9c0750e4d73b8138dec9431d195438761400f912
parentcfc42db592a7d9684d5cee8d4238a0b2dd6f0603
build: Rename md5 to checksums as part of .PHONY target

In commit 46d03d37bf3a75e86f9f8ab56c6a939d04f23383 I renamed a Makefile target
from md5 to checksums, (as we switched from MD5 checksums to SHA-256
checksums, so the more general name is more future proof).

But that commit missed one mention of "md5" as a dependency of the .PHONY
target. Rename that here as well.
Makefile.am