[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Sun Oct 31 14:53:17 PST 2004



Changes in directory llvm:

Makefile.rules updated: 1.227 -> 1.228
---
Log message:

Get the shared library extension right on all platforms, regardless of what
Chris wants on his platform.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.227 llvm/Makefile.rules:1.228
--- llvm/Makefile.rules:1.227	Sun Oct 31 15:07:34 2004
+++ llvm/Makefile.rules	Sun Oct 31 16:53:06 2004
@@ -452,7 +452,7 @@
 all-local:: $(LibName.LA)
 
 $(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir
-	$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so
+	$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME)$(SHLIBEXT)
 	$(Verb) $(Link) -o $@ $(ObjectsLO)
 	$(Verb) $(LTInstall) $@ $(LibDir)
 






More information about the llvm-commits mailing list