Fix typo.

llvm-svn: 65521
This commit is contained in:
Nick Lewycky 2009-02-26 08:48:14 +00:00
parent a0b8aaaad4
commit b51813fc1c
1 changed files with 1 additions and 1 deletions

View 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)),)