X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=GNUmakefile.in;h=1e697f26375b371882139cbc2fdb49512e918f84;hb=fa2f0adbc60adbb4733d47efadbab3058432fa49;hp=bcb1f4143c406937418759f69063f0f2dde85a7b;hpb=f1eba371696f61cdf12580e6e1bdc85aa56120a4;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index bcb1f414..1e697f26 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,9 +1,9 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.30 2002/03/25 12:52:25 swa Exp $ +# $Id: GNUmakefile.in,v 1.31 2002/03/26 14:00:18 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge -# Privoxy team. http://ijbswa.sourceforge.net +# Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -524,7 +524,7 @@ $(PROGRAM): $(OBJS) $(W32_FILES) $(LD) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) clean: - $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS) + $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS) $(PROGRAM) junkbuster clobber: clean $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` `find . -name TAGS` config.status config.h.in config.log junkbuster.log privoxy.log config.cache *~ *.tar.gz configure @@ -557,6 +557,9 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.31 2002/03/26 14:00:18 swa +# fixed make tarball, tarball-dist, tarball-clean +# # Revision 1.30 2002/03/25 12:52:25 swa # new targets #