Depends on analyze, not opt

llvm-svn: 6229
This commit is contained in:
Chris Lattner 2003-05-15 18:03:32 +00:00
parent dcc3d96ce3
commit b4cb0090a5
1 changed files with 1 additions and 1 deletions

View 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) $<