From 724fc51b7131b9064f64d740b29367b9bbb19e02 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 25 May 2017 11:15:34 +0000 Subject: [PATCH] Register missing dependencies for fuzz.c and client-tags.c Previously project.h modificiations would not result in rebuilds of fuzz.o and client-tags.o. This could cause SIGBUS crashes in case of structure changes etc. --- GNUmakefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 15f7656e..5c569591 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: GNUmakefile is built automatically from GNUmakefile.in # -# $Id: GNUmakefile.in,v 1.260 2017/05/20 09:27:07 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.261 2017/05/25 11:14:27 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2017 members of the # Privoxy team. https://www.privoxy.org/ @@ -702,6 +702,8 @@ miscutil.@OBJEXT@: miscutil.c miscutil.h config.h parsers.@OBJEXT@: parsers.c parsers.h config.h $(PROJECT_H_DEPS) errlog.h filters.h jbsockets.h jcc.h loadcfg.h loaders.h miscutil.h ssplit.h ssplit.@OBJEXT@: ssplit.c ssplit.h config.h miscutil.h urlmatch.@OBJEXT@: urlmatch.c urlmatch.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h +client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h +fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h # GNU regex gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h -- 2.39.2