diff options
-rw-r--r-- | test/Analysis/DSGraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index a24f578983..b89856f76c 100644 --- a/test/Analysis/DSGraph/Makefile +++ b/test/Analysis/DSGraph/Makefile @@ -6,5 +6,6 @@ TESTS := $(wildcard *.ll) all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) -Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE) +$(addprefix Output/, $(TESTS:%.ll=%.ll.out)): +Output/%.ll.out: %.ll Output/.dir $(LOPT) -$(TESTRUNR) $< |