summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-10-25 03:22:00 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-10-25 03:22:00 +0000
commit0d20366a86c053a3348a633217f78cf2a8e04dcb (patch)
tree32ab79326b6dbdfb2bbf0f51e228eb31c1d2a9e7 /Makefile.rules
parent0a018d3d8ce1c1f6d1ae578114c7dfc12ef84444 (diff)
downloadllvm-0d20366a86c053a3348a633217f78cf2a8e04dcb.tar.gz
llvm-0d20366a86c053a3348a633217f78cf2a8e04dcb.tar.bz2
llvm-0d20366a86c053a3348a633217f78cf2a8e04dcb.tar.xz
Indent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4e0bd5cc02..da07de8f04 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1238,7 +1238,7 @@ endif
endif
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD))
-LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
+ LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
endif
endif