makefile: pass COVERAGEDIR= properly to the target makefile

This commit is contained in:
Brian Warner 2007-07-02 15:22:49 -07:00
parent 715f44110f
commit 241b2537ad

View File

@ -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/"