From: Daniel Dunbar Date: Tue, 28 Jun 2011 22:30:17 +0000 (+0000) Subject: build/Darwin: Fix epic typo fail. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ade490a8297f7d7c9763ef173ce8b7607355b4e7;p=oota-llvm.git build/Darwin: Fix epic typo fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134036 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)