From: Michal Sojka Date: Thu, 9 Dec 2010 16:37:08 +0000 (+0100) Subject: Fix replotting of all graphs X-Git-Tag: fix-allnoconfig~233^2~28 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/967523e9c88a92e06a516676de3a2ddfb5a89158 Fix replotting of all graphs --- diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 2ede079..e1f22ec 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -18,8 +18,8 @@ plot: $(THUMBS) $*/plot.sh -X plotall: $(PLOT_SCRIPTS:%=run-%) -run-%: % - $* -X +$(PLOT_SCRIPTS:%=run-%): + ${@:run-%=%} -X