From: Nick Lewycky Date: Thu, 26 Feb 2009 08:48:14 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b2b1c536d1a8a7840267e748d5046929625129d8;p=oota-llvm.git Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index a048f941ad1..f6b697e1605 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)),)