From f90eadca38cd2da85b23f8b29acd6f76618b4d2c Mon Sep 17 00:00:00 2001 From: hal9 Date: Fri, 6 Sep 2002 23:33:35 +0000 Subject: [PATCH] Fix clobber for config.h and config.h.in are in src now. --- GNUmakefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index c8af5244..2f9c7173 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.115 2002/09/05 19:13:04 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.116 2002/09/06 05:22:57 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -772,7 +772,7 @@ tidy: $(RM) `find . -name ".\#*"` clobber: tidy - $(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile \ + $(RM) GNUmakefile configure src/config.h.in src/config.h config.cache config.status config.log logfile \ privoxy.log core *.tar.gz *.tar privoxy-cl.spec $(DOC_DIR)/ldp.dsl \ $(DOC_DIR)/GNUmakefile @@ -819,6 +819,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.116 2002/09/06 05:22:57 hal9 +# Adapt make webserver target to 3.0 for pdf uploading. +# # Revision 1.115 2002/09/05 19:13:04 hal9 # Migrate Karstens make snapshot stuff (not tested). # -- 2.39.2