From: morcego <morcego@users.sourceforge.net>
Date: Sat, 27 Apr 2002 04:55:53 +0000 (+0000)
Subject: privoxy-cl.spec now gets removed by clobber target
X-Git-Tag: v_3_0_branchpoint~178
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@user-manual@actions-file.html?a=commitdiff_plain;h=94d7fbc11f009073cde8ee311785ca18dcea749d;p=privoxy.git

privoxy-cl.spec now gets removed by clobber target
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 956dc26f..27ce3ca2 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.91 2002/04/27 04:44:51 morcego Exp $
+# $Id: GNUmakefile.in,v 1.92 2002/04/27 04:53:40 morcego Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -796,7 +796,7 @@ tidy:
 	$(RM) `find . -name ".\#*"`
 
 clobber: tidy
-	$(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile privoxy.log core *.tar.gz *.tar
+	$(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile privoxy.log core *.tar.gz *.tar privoxy-cl.spec
 #
 # FIXME: What is all this? 
 #
@@ -834,6 +834,10 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.92  2002/04/27 04:53:40  morcego
+# Adding --exclude "PACKAGERS" to every tar command that applies (not for
+#   webserver target)
+#
 # Revision 1.91  2002/04/27 04:44:51  morcego
 # GNUmakefile.in: The tarball created on redhat-dist and suse-dist now ignore
 #   the PACKAGERS file, as well privoxy-cl.spec (in case it was created)