From ddac7695906a4e739e5bf0a0628142e68601c8ff Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 7 Feb 2007 11:52:40 +0000 Subject: [PATCH] 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). --- GNUmakefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 0dfe2f39..5de6ab51 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # 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.153 2007/01/07 07:36:36 joergs Exp $ # # Written by and Copyright (C) 2001 - 2004 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -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,9 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# 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. # -- 2.39.2