[llvm-commits] [llvm] r65521 - /llvm/trunk/Makefile.rules

Nick Lewycky nicholas at mxc.ca
Thu Feb 26 00:48:15 PST 2009


Author: nicholas
Date: Thu Feb 26 02:48:14 2009
New Revision: 65521

URL: http://llvm.org/viewvc/llvm-project?rev=65521&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=65521&r1=65520&r2=65521&view=diff

==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Thu Feb 26 02:48:14 2009
@@ -977,7 +977,7 @@
 
 $(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)),)





More information about the llvm-commits mailing list