From 2767e8b33e1228b3491a0bb6739c16fe4f2558f7 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 llvm-svn: 6948 --- test/Regression/Analysis/DSGraph/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Regression/Analysis/DSGraph/Makefile b/test/Regression/Analysis/DSGraph/Makefile index a24f5789835..b89856f76c5 100644 --- a/test/Regression/Analysis/DSGraph/Makefile +++ b/test/Regression/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) $<