projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312edd3
)
Improve the make rule
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jun 2003 22:16:59 +0000
(22:16 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Analysis/DSGraph/Makefile
b/test/Analysis/DSGraph/Makefile
index a24f57898350d740cb9f0bc7216d22cb678a0596..b89856f76c50a30e185110bfbeaafa6b4f457221 100644
(file)
--- 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) $<