From cfde33f28ea6bef422b228872221d55178b2111d Mon Sep 17 00:00:00 2001 From: hal9 Date: Thu, 7 Sep 2006 22:53:20 +0000 Subject: [PATCH] Make sure config sgml build related artifacts are cleaned out. --- GNUmakefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index ffb63b88..1c013cb6 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.142 2006/08/29 01:46:24 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.143 2006/09/02 15:59:40 hal9 Exp $ # # Written by and Copyright (C) 2001 - 2004 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -1012,7 +1012,7 @@ $(PROGRAM): $(OBJS) $(W32_FILES) $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) clean: - $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action `find . -name TAGS -o -name tags` + $(RM) a.out $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) default.action `find . -name TAGS -o -name tags` config.base tidy: $(RM) `find . -name "*~"` @@ -1021,7 +1021,7 @@ tidy: clobber: tidy $(RM) GNUmakefile configure config.h.in config.h config.cache config.status config.log logfile \ - privoxy.log core *.tar.gz *.tar privoxy-cl.spec doc/source/ldp.dsl + privoxy.log core *.tar.gz *.tar privoxy-cl.spec doc/source/ldp.dsl config.new $(RM) -r autom4te.cache # @@ -1345,6 +1345,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.143 2006/09/02 15:59:40 hal9 +# Add to code status to make install output. +# # Revision 1.142 2006/08/29 01:46:24 hal9 # Add user.filter to $CONFIGS. # -- 2.49.0