Add dependency on analyze
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 15:17:36 +0000 (15:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 15:17:36 +0000 (15:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7009 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/Makefile

index 0b3cd781546a49d45be33313961345dee6a3b50a..bc24e5c1c07d120e8a318c5e1d8181278444bbae 100644 (file)
@@ -7,7 +7,7 @@ TESTS := $(wildcard *.ll)
 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::