From 0bc99d36b68343d01be975539ce5f1d75291855c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 22:16:59 +0000 Subject: [PATCH] Improve the make rule git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6948 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/DSGraph/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index a24f5789835..b89856f76c5 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) $< -- 2.34.1