From: swa <swa@users.sourceforge.net>
Date: Sun, 24 Mar 2002 15:36:02 +0000 (+0000)
Subject: did not build.
X-Git-Tag: v_2_9_13~15
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=748426a4caffa25e94f84757bbdeaf0a52f791fe;p=privoxy.git

did not build.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index d1e85ad1..c3c74c67 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.24 2002/03/24 14:19:55 swa Exp $
+# $Id: GNUmakefile.in,v 1.25 2002/03/24 14:31:08 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team.  http://ijbswa.sourceforge.net
@@ -342,7 +342,7 @@ tarball-dist:
 	@make clean
 	make $(PROGRAM) 
 #	remove all objects and create the tarball with the binary
-	cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../privoxy-distribution-$(VERSION).tar.gz ijb/
+	cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../privoxy-distribution-$(VERSION).tar.gz current/
 	chmod a+r ../../privoxy-distribution-$(VERSION).tar.gz
 	@$(ECHO) Tarball with binary created.
 
@@ -518,6 +518,10 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.25  2002/03/24 14:31:08  swa
+# remove more crappy files. set RPM
+# release version correctly.
+#
 # Revision 1.24  2002/03/24 14:19:55  swa
 # set rpm package release in configure.in. nowhere else.
 #