aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-26 08:48:14 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-26 08:48:14 +0000
commitb2b1c536d1a8a7840267e748d5046929625129d8 (patch)
treed4e4778ee9d2ca77554c210600fd9b49b49bb1a5 /Makefile.rules
parent2be208745b7538ff1550a5c294442646e5ae964d (diff)
downloadexternal_llvm-b2b1c536d1a8a7840267e748d5046929625129d8.zip
external_llvm-b2b1c536d1a8a7840267e748d5046929625129d8.tar.gz
external_llvm-b2b1c536d1a8a7840267e748d5046929625129d8.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65521 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 a048f94..f6b697e 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -977,7 +977,7 @@ all-local:: $(LibName.O)
$(LibName.O): $(ObjectsO) $(LibDir)/.dir
$(Echo) Linking $(BuildMode) Object Library $(notdir $@)
- $(Verb) $(Relink) -Wl,-r -nodefaultlibs -nostdlibs -nostartfiles -o $@ $(ObjectsO)
+ $(Verb) $(Relink) -Wl,-r -nodefaultlibs -nostdlib -nostartfiles -o $@ $(ObjectsO)
clean-local::
ifneq ($(strip $(LibName.O)),)