Make tests rerun if analyze is rebuilt
authorChris Lattner <sabre@nondot.org>
Thu, 20 Feb 2003 00:09:19 +0000 (00:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Feb 2003 00:09:19 +0000 (00:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5601 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/Makefile

index 520a58a57fb60252a90069e67c755be57d34d3d6..e1a8697cc10211bb597ce892c54703db48cac98b 100644 (file)
@@ -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) $<