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

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 27 00:00:02 PST 2004


Changes in directory llvm/test/Programs/External:

Makefile updated: 1.6 -> 1.7

---
Log message:

Run povray after spec, in case it doesn't work.


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

Index: llvm/test/Programs/External/Makefile
diff -u llvm/test/Programs/External/Makefile:1.6 llvm/test/Programs/External/Makefile:1.7
--- llvm/test/Programs/External/Makefile:1.6	Thu Feb 26 17:25:31 2004
+++ llvm/test/Programs/External/Makefile	Thu Feb 26 23:59:09 2004
@@ -8,7 +8,7 @@
 #
 # Create the list of directories to compile
 #
-DIRS := Povray SPEC
+DIRS := SPEC Povray 
 
 ifndef USE_POVRAY
 DIRS := $(filter-out Povray/, $(DIRS))





More information about the llvm-commits mailing list