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)
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

index c9aadc827d903cdae8cd6c1d5e2a576a40949a4c..453e5f672ae01b8e551a101e6651e88aed0f5370 100644 (file)
@@ -102,4 +102,4 @@ checksums: $(ARCHIVES)
        @-sha256sum $(PACKAGE_NAME).tar.bz2
        @-sha256sum $(PACKAGE_NAME).zip
 
-.PHONY: tarballs md5
+.PHONY: tarballs checksums