From: Chris Lattner Date: Sat, 28 Jun 2003 22:16:59 +0000 (+0000) Subject: Improve the make rule X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0bc99d36b68343d01be975539ce5f1d75291855c;p=oota-llvm.git Improve the make rule git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6948 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) $<