From 8004016d83910a65437b03c17da08eb510d6cfcc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 8 May 2016 10:44:09 +0000 Subject: [PATCH] Let the gen-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 3f4a3c58..31a0ee85 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: GNUmakefile is built automatically from GNUmakefile.in # -# $Id: GNUmakefile.in,v 1.245 2016/05/03 13:21:08 fabiankeil Exp $ +# $Id: GNUmakefile.in,v 1.246 2016/05/03 13:21:24 fabiankeil Exp $ # # Written by and Copyright (C) 2001-2016 members of the # Privoxy team. https://www.privoxy.org/ @@ -365,7 +365,7 @@ gen-dist: dist-check @$(ECHO) "" $(MAKE) $(PROGRAM) $(STRIP_PROG) $(PROGRAM) - $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS) + $(LN) -s `pwd` ../privoxy-$(VERSION)-$(CODE_STATUS) # add program (cd .. && $(TAR) --exclude "PACKAGERS" -cvhf $(GEN_DIST_TAR_NAME) privoxy-$(VERSION)-$(CODE_STATUS)/$(PROGRAM)) # add config files -- 2.39.2