[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 30 10:18:03 PDT 2003


Changes in directory llvm/test/Regression/Analysis/DSGraph:

Makefile updated: 1.3 -> 1.4

---
Log message:

Add dependency on analyze


---
Diffs of the changes:

Index: llvm/test/Regression/Analysis/DSGraph/Makefile
diff -u llvm/test/Regression/Analysis/DSGraph/Makefile:1.3 llvm/test/Regression/Analysis/DSGraph/Makefile:1.4
--- llvm/test/Regression/Analysis/DSGraph/Makefile:1.3	Sun Jun 29 18:20:51 2003
+++ llvm/test/Regression/Analysis/DSGraph/Makefile	Mon Jun 30 10:17:36 2003
@@ -7,7 +7,7 @@
 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
 $(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
 	-$(TESTRUNR) $<
 
 clean::





More information about the llvm-commits mailing list