From 47ff904d56d915387fd701480329ea19ca2cc68b Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 17 Feb 2010 13:55:59 +0000 Subject: Typo in Makefile git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1254 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/c') diff --git a/test/c/Makefile b/test/c/Makefile index 1284d98..3f2df78 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -47,12 +47,12 @@ test_gcc: done time_gcc: - @for i in $(BENCHS); do \ + @for i in $(PROGS); do \ echo -n "$$i: "; $(TIME) ./$$i.gcc; \ done time_compcert: - @for i in $(BENCHS); do \ + @for i in $(PROGS); do \ echo -n "$$i: "; $(TIME) ./$$i.compcert; \ done -- cgit v1.2.3