Improve the make rule
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:16:59 +0000 (22:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:16:59 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6948 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/Makefile

index a24f57898350d740cb9f0bc7216d22cb678a0596..b89856f76c50a30e185110bfbeaafa6b4f457221 100644 (file)
@@ -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) $<