diff options
-rw-r--r-- | test/Other/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/Makefile b/test/Other/Makefile index 520a58a57f..e1a8697cc1 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) $< |