1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Improve the make rule

llvm-svn: 6948
This commit is contained in:
Chris Lattner 2003-06-28 22:16:59 +00:00
parent 1352a50cbb
commit 2767e8b33e

View 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) $<