From ade490a8297f7d7c9763ef173ce8b7607355b4e7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 28 Jun 2011 22:30:17 +0000 Subject: build/Darwin: Fix epic typo fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134036 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 46a3f1b..19520dd 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) -- cgit v1.1