aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/LoopInfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopInfo/Makefile b/test/Analysis/LoopInfo/Makefile
index 91acd4d481..7ef328b3f6 100644
--- a/test/Analysis/LoopInfo/Makefile
+++ b/test/Analysis/LoopInfo/Makefile
@@ -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) $<