From 65a3f17097ecd92265fc5e7248a5216999a76bfa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Feb 2003 00:09:19 +0000 Subject: [PATCH] Make tests rerun if analyze is rebuilt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5601 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Other/Makefile b/test/Other/Makefile index 520a58a57fb..e1a8697cc10 100644 --- a/test/Other/Makefile +++ b/test/Other/Makefile @@ -6,5 +6,5 @@ TESTS := $(wildcard *.ll) all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) -Output/%.ll.out: %.ll Output/.dir +Output/%.ll.out: %.ll Output/.dir $(LANALYZE) -$(TESTRUNR) $<