Update of /cvsroot/compbench/CompBenchmarks++/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24142
Modified Files:
Benchmark-BZIP2.cpp
Log Message:
Make just builds "bzip2" binary.
Index: Benchmark-BZIP2.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-BZIP2.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Benchmark-BZIP2.cpp 1 Oct 2006 19:36:11 -0000 1.1
--- Benchmark-BZIP2.cpp 2 Oct 2006 19:33:57 -0000 1.2
***************
*** 66,70 ****
cmd+=" && ";
cmd+=CBM_PROG_MAKE;
! cmd+=" ";
if (language()=="C") {
--- 66,70 ----
cmd+=" && ";
cmd+=CBM_PROG_MAKE;
! cmd+=" bzip2 ";
if (language()=="C") {
|