From 98f0ef58cde7250e944e7136a7342b1515ef298a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Jun 2003 15:17:36 +0000 Subject: [PATCH] Add dependency on analyze git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7009 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/DSGraph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index 0b3cd781546..bc24e5c1c07 100644 --- a/test/Analysis/DSGraph/Makefile +++ b/test/Analysis/DSGraph/Makefile @@ -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:: -- 2.34.1