summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-11 09:15:52 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-11 09:15:52 +0530
commit8da491f585f6112630688d0632407f5460136ffe (patch)
tree885a7adefd8709204250252c5835fa2a3af3a020 /Rules
parentabe7f530bf5c741fe6f0658da7be59d8db168f7f (diff)
Remove eval
It's not needed.
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index d4a0027dd6..e8e111772b 100644
--- a/Rules
+++ b/Rules
@@ -199,7 +199,7 @@ run-bench = $(test-wrapper-env) \
bench: $(binaries-bench)
for run in $^; do \
echo "Running $${run}"; \
- eval $(run-bench) >> $(objpfx)bench.out-tmp; \
+ $(run-bench) >> $(objpfx)bench.out-tmp; \
done; \
if [ -f $(objpfx)bench.out ]; then \
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \