From c4074e4e5d89435d986b684ed4d1ce3d5be21e14 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 11 Dec 2007 21:29:25 +0000 Subject: [PATCH] Fix dependency list for cgiedit.c. --- GNUmakefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index fec44b87..290a4d08 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.156 2007/11/15 03:17:43 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.157 2007/12/10 02:28:02 hal9 Exp $ # # Written by and Copyright (C) 2001 - 2007 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -956,7 +956,7 @@ dok-get: actions.@OBJEXT@: actions.c actions.h config.h $(PROJECT_H_DEPS) errlog.h jcc.h list.h loaders.h miscutil.h actionlist.h ssplit.h cgi.@OBJEXT@: cgi.c cgi.h config.h $(PROJECT_H_DEPS) cgiedit.h cgisimple.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h -cgiedit.@OBJEXT@: cgiedit.c cgiedit.h config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h +cgiedit.@OBJEXT@: cgiedit.c cgiedit.h config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actionlist.h actions.h errlog.h miscutil.h cgisimple.@OBJEXT@: cgisimple.c cgisimple.h config.h $(PROJECT_H_DEPS) cgi.h list.h pcrs.h encode.h ssplit.h jcc.h filters.h actions.h errlog.h miscutil.h deanimate.@OBJEXT@: deanimate.c deanimate.h config.h $(PROJECT_H_DEPS) encode.@OBJEXT@: encode.c encode.h config.h @@ -1364,6 +1364,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.157 2007/12/10 02:28:02 hal9 +# Unset $LANG for text processing of docs so we get pure text. +# # Revision 1.156 2007/11/15 03:17:43 hal9 # Some workaround changes to the config file perl stuff and comments, which is # broken here all by itself on perl 5.8.8. -- 2.39.2