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