]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/hdr-check-gcrypt-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:25 +0000 (16:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:25 +0000 (16:16 +0900)
The set of header files used by "make hdr-check" unconditionally
included sha256/gcrypt.h, even when it is not used, causing the
make target to fail.  We now skip it when GCRYPT_SHA256 is not in
use.

* rj/hdr-check-gcrypt-fix:
  Makefile: fix 'hdr-check' when GCRYPT not installed

1  2 
Makefile

diff --cc Makefile
Simple merge