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

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 17:18:01 PDT 2003


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

Makefile updated: 1.1 -> 1.2

---
Log message:

Improve the make rule


---
Diffs of the changes:

Index: llvm/test/Regression/Analysis/DSGraph/Makefile
diff -u llvm/test/Regression/Analysis/DSGraph/Makefile:1.1 llvm/test/Regression/Analysis/DSGraph/Makefile:1.2
--- llvm/test/Regression/Analysis/DSGraph/Makefile:1.1	Sat Jun 28 16:16:38 2003
+++ llvm/test/Regression/Analysis/DSGraph/Makefile	Sat Jun 28 17:16:59 2003
@@ -6,5 +6,6 @@
 
 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
-Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
+$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
+Output/%.ll.out: %.ll Output/.dir $(LOPT)
 	-$(TESTRUNR) $<





More information about the llvm-commits mailing list