X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=GNUmakefile.in;h=76f0fc4ffcb7fd60c49aa54fc464247739488683;hb=b62166edc8ad6e308b0a25fd0079feab8a8fba1d;hp=0dfe2f39912e01544de0a6b53565a6e1e69fca6d;hpb=6ca43a56ceded1eb598214101d2ee10e3086be98;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 0dfe2f39..76f0fc4f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,8 +1,8 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.152 2006/12/13 14:53:51 etresoft Exp $ +# $Id: GNUmakefile.in,v 1.154 2007/02/07 11:52:40 fabiankeil Exp $ # -# Written by and Copyright (C) 2001 - 2004 the SourceForge +# Written by and Copyright (C) 2001 - 2007 the SourceForge # Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written @@ -482,7 +482,7 @@ suse-dist: rpm-stuff # fi $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-rh.spec" --exclude "privoxy-cl.spec" --exclude "PACKAGERS" -czf $(TAR_ARCH) . - $(RPM) --clean -ta $(TAR_ARCH) + $(RPMBUILD) --clean -ta $(TAR_ARCH) if [ -f $(TAR_ARCH) ]; then $(RM) $(TAR_ARCH); fi # anonymously ncftps the rpms to sourceforge @@ -1359,6 +1359,14 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.154 2007/02/07 11:52:40 fabiankeil +# Fix suse-dist as described in BR#1654052. +# (I didn't test it, but it's done the same +# way in redhat-dist which is known to work). +# +# Revision 1.153 2007/01/07 07:36:36 joergs +# Added AmigaOS4 support. +# # Revision 1.152 2006/12/13 14:53:51 etresoft # Include any existing LDFLAGS environment when linking so that a MacOS X Universal Binary can be created. #