[llvm-commits] CVS: llvm-test/External/PerfectClub/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 24 17:41:41 PDT 2005



Changes in directory llvm-test/External/PerfectClub:

Makefile updated: 1.2 -> 1.3
---
Log message:

List all benchmarks on one line -- the final \ terminator was breaking things


---
Diffs of the changes:  (+1 -4)

 Makefile |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)


Index: llvm-test/External/PerfectClub/Makefile
diff -u llvm-test/External/PerfectClub/Makefile:1.2 llvm-test/External/PerfectClub/Makefile:1.3
--- llvm-test/External/PerfectClub/Makefile:1.2	Sun Apr 24 18:11:17 2005
+++ llvm-test/External/PerfectClub/Makefile	Sun Apr 24 19:41:30 2005
@@ -3,10 +3,7 @@
 
 # We can only compile these SPEC benchmarks with F2C
 ifdef USE_F2C
-PARALLEL_DIRS := \
-  adm \
-  arc2d \
-  bdna \
+PARALLEL_DIRS := adm arc2d bdna
 else
 PARALLEL_DIRS :=
 endif






More information about the llvm-commits mailing list