X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=GNUmakefile.in;h=1c013cb68fd1a4815fa6673b7b59425fcde58a19;hp=ffb63b88acbccfa5405e1abcb645b08f058fab0d;hb=cfde33f28ea6bef422b228872221d55178b2111d;hpb=ffbb2b2c7937ad018003373edb677a1955190313 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. #