From 241b2537adc26e553ac7340c2907a1b055883be1 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 2 Jul 2007 15:22:49 -0700 Subject: [PATCH] makefile: pass COVERAGEDIR= properly to the target makefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 4803b39d..2749bcc4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -161,7 +161,7 @@ endif upload-figleaf: rsync -a coverage-html/ $(UPLOAD_TARGET) - ssh $(UPLOAD_HOST) make update-tahoe-figleaf $(COVERAGEDIR) + ssh $(UPLOAD_HOST) make update-tahoe-figleaf COVERAGEDIR=$(COVERAGEDIR) else upload-figleaf: echo "this target is meant to be run with UPLOAD_TARGET=host:/path/" -- 2.45.2