From b690bc1492107a4a61eabd844226d6d61aa42256 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 8 May 2016 12:46:05 +0000 Subject: [PATCH] Let the tarball-dist target work in cwds other than current --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index da1b0ccd..d159d5bc 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: GNUmakefile is built automatically from GNUmakefile.in # -# $Id: GNUmakefile.in,v 1.248 2016/05/08 10:44:20 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.249 2016/05/08 10:48:19 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2016 members of the # Privoxy team. https://www.privoxy.org/ @@ -402,7 +402,7 @@ gen-clean: ############################################################################# tarball-dist: dist-check clean clobber - $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS) + $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS) for i in `find . -type f -a -not \( -path "*/CVS*" -o -name ".*" \ -o -path "*/debian/*" -o -path "*/actions/*" -o -name "*.php" -o \ -- 2.39.2