From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 11 Sep 2020 17:56:20 +0000 (+0200)
Subject: Register dependencies of the ssl_common object file so it is rebuilt when needed
X-Git-Tag: v_3_0_29~104
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/@default-cgi@show-status?a=commitdiff_plain;h=451562cc42aee32f973821d3e46560a5be4e9355;p=privoxy.git

Register dependencies of the ssl_common object file so it is rebuilt when needed
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 7fdde4e0..7cf9b49f 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -745,6 +745,7 @@ client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) err
 fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
 ssl.@OBJEXT@: ssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h
 openssl.@OBJEXT@: openssl.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h
+ssl_common.@OBJEXT@: ssl_common.c ssl.h ssl_common.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h
 
 # GNU regex
 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h