remove more crappy files. set RPM
[privoxy.git] / GNUmakefile.in
index 420deb1..d1e85ad 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
-# $Id: GNUmakefile.in,v 1.21 2002/03/24 12:43:57 swa Exp $
+# $Id: GNUmakefile.in,v 1.24 2002/03/24 14:19:55 swa Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team.  http://ijbswa.sourceforge.net
@@ -39,7 +39,7 @@ CODE_STATUS   = @CODE_STATUS@
 VERSION       = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT)
 # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile
 RPM_VERSION   = $(VERSION)
-RPM_PACKAGEV  = 1
+RPM_PACKAGEV  = @VERSION_RPM_PACKAGE@
 
 
 #############################################################################
@@ -309,7 +309,7 @@ suse-upload:
 
 # handle with care. use with root.
 suse-clean:
-       rpm -e junkbuster-suse
+       rpm -e junkbuster-suse || true
        rm -rf /etc/junkbuster
        rm -rf /etc/rc.d/junkbuster*
        rm -rf /var/run/junkbuster.pid 
@@ -318,7 +318,7 @@ suse-clean:
        rm -f /usr/sbin/junkbuster
        rm -f /usr/sbin/rcjunkbuster
        rm -f /usr/share/man/man1/junkbuster.1.gz
-       rpm -e privoxy-suse
+       rpm -e privoxy-suse || true
        rm -rf /etc/privoxy
        rm -rf /etc/rc.d/privoxy*
        rm -rf /var/run/privoxy.pid 
@@ -483,7 +483,7 @@ clean:
        $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS)
 
 clobber: clean
-       $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` TAGS junkbuster.log privoxy.log config.cache *~ *.tar.gz
+       $(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
 
 tags: $(SRCS) $(HDRS)
        etags $(SRCS) $(HDRS)
@@ -518,6 +518,15 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
+# Revision 1.24  2002/03/24 14:19:55  swa
+# set rpm package release in configure.in. nowhere else.
+#
+# Revision 1.23  2002/03/24 13:06:49  swa
+# suse-clean now runs fine
+#
+# Revision 1.22  2002/03/24 12:56:21  swa
+# name change related issues.
+#
 # Revision 1.21  2002/03/24 12:43:57  swa
 # name change
 #