From: Chris Lattner Date: Mon, 30 Jun 2003 15:17:36 +0000 (+0000) Subject: Add dependency on analyze X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=98f0ef58cde7250e944e7136a7342b1515ef298a;p=oota-llvm.git Add dependency on analyze git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7009 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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::