diff options
Diffstat (limited to 'test/Linker/Makefile')
-rw-r--r-- | test/Linker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Makefile b/test/Linker/Makefile index 3853e85983..c18a877bee 100644 --- a/test/Linker/Makefile +++ b/test/Linker/Makefile @@ -5,5 +5,5 @@ TESTS := $(wildcard *.ll) all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) -Output/%.ll.out: %.ll Output/.dir $(LOPT) +Output/%.ll.out: %.ll Output/.dir $(LLINK) -$(TESTRUNR) $< |