[llvm-commits] CVS: llvm/test/Regression/Other/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 19 18:10:02 PST 2003


Changes in directory llvm/test/Regression/Other:

Makefile updated: 1.1 -> 1.2

---
Log message:

Make tests rerun if analyze is rebuilt


---
Diffs of the changes:

Index: llvm/test/Regression/Other/Makefile
diff -u llvm/test/Regression/Other/Makefile:1.1 llvm/test/Regression/Other/Makefile:1.2
--- llvm/test/Regression/Other/Makefile:1.1	Thu Jan 31 22:24:20 2002
+++ llvm/test/Regression/Other/Makefile	Wed Feb 19 18:09:19 2003
@@ -6,5 +6,5 @@
 
 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
-Output/%.ll.out: %.ll Output/.dir
+Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
 	-$(TESTRUNR) $<





More information about the llvm-commits mailing list