]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Mon, 5 Aug 2013 15:59:22 +0000 (11:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 17:47:00 +0000 (10:47 -0700)
commitc984938f9c454255012086e1203504dc243a59bd
treea774348f463dea554535c6e8bcf500d298f66bbd
parent3ef2bcad02efd6219f4ce599754c15e63b6af0dc
Makefile: Fix APPLE_COMMON_CRYPTO with BLK_SHA1

It used to be that APPLE_COMMON_CRYPTO did nothing when BLK_SHA1 was
set.  But APPLE_COMMON_CRYPTO is now used for more than just SHA1 (see
3ef2bca) so make sure that the appropriate libraries are always set.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile