Depends on analyze, not opt
authorChris Lattner <sabre@nondot.org>
Thu, 15 May 2003 18:03:32 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 May 2003 18:03:32 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6229 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/LoopInfo/Makefile

index 91acd4d481b90c9755d331a529f345dcd67482f5..7ef328b3f6b9047c7a822534bfb80593dce99ff7 100644 (file)
@@ -6,5 +6,5 @@ TESTS := $(wildcard *.ll)
 
 all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
 
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
        -$(TESTRUNR) $<