Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 26 Feb 2009 08:48:14 +0000 (08:48 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 26 Feb 2009 08:48:14 +0000 (08:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65521 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index a048f941ad170922726cf79e5400754a5074c4be..f6b697e1605b582391cd9310af53d63930290037 100644 (file)
@@ -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)),)