build/Darwin: Fix epic typo fail.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jun 2011 22:30:17 +0000 (22:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jun 2011 22:30:17 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134036 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 46a3f1bdb90883c0db4b6c6eb0bb02e22316e3f0..19520dd555515da893b9a24d54a542fac8b5a5eb 100644 (file)
@@ -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)