From: Richard Levitte Date: Sun, 18 Oct 2015 19:31:21 +0000 (+0200) Subject: ct_locl.h moved, reflect it in crypto/ct/Makefile X-Git-Tag: OpenSSL_1_1_0-pre1~405 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=788d72ba021fdd29f6b3e573adc313d97f7d224d;p=oweals%2Fopenssl.git ct_locl.h moved, reflect it in crypto/ct/Makefile Reviewed-by: Matt Caswell --- diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile index 3c89ac7e1f..8d6e6b7b9b 100644 --- a/crypto/ct/Makefile +++ b/crypto/ct/Makefile @@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o SRC= $(LIBSRC) -HEADER= ct_locl.h +HEADER= ALL= $(GENERAL) $(SRC) $(HEADER)