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

John Criswell criswell at cs.uiuc.edu
Wed Nov 3 09:34:25 PST 2004



Changes in directory llvm-test/External:

Makefile updated: 1.20 -> 1.21
---
Log message:

Re-enable FPGrowth at Chris's request.


---
Diffs of the changes:  (+0 -2)

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.20 llvm-test/External/Makefile:1.21
--- llvm-test/External/Makefile:1.20	Wed Nov  3 11:33:29 2004
+++ llvm-test/External/Makefile	Wed Nov  3 11:34:12 2004
@@ -20,8 +20,6 @@
 
 ifndef USE_FPGROWTH
 PARALLEL_DIRS := $(filter-out FPGrowth, $(PARALLEL_DIRS))
-else
-PARALLEL_DIRS := $(filter-out FPGrowth, $(PARALLEL_DIRS))
 endif
 
 # Sparc can't handle Namd: infinite loop, cause unknown






More information about the llvm-commits mailing list