From: hal9 <hal9@users.sourceforge.net>
Date: Fri, 6 Sep 2002 23:33:35 +0000 (+0000)
Subject: Fix clobber for config.h and config.h.in are in src now.
X-Git-Tag: v_3_1_archive_branchpoint~139
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/@default-cgi@show-url-info?a=commitdiff_plain;h=f90eadca38cd2da85b23f8b29acd6f76618b4d2c;p=privoxy.git

Fix clobber for config.h and config.h.in are in src now.
---

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).
 #