From 8537fc79e17b85d6560401bca4b8b87da37bae22 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 28 Jun 2011 22:30:17 +0000 Subject: [PATCH] build/Darwin: Fix epic typo fail. llvm-svn: 134036 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 46a3f1bdb90..19520dd5555 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1377,7 +1377,7 @@ endif #--------------------------------------------------------- ifeq ($(HOST_OS),Darwin) -ifdef TOOL_ORDER_FINE +ifdef TOOL_ORDER_FILE LD.Flags += -Wl,-order_file,$(TOOL_ORDER_FILE)