Get the shared library extension right on all platforms, regardless of what
authorReid Spencer <rspencer@reidspencer.com>
Sun, 31 Oct 2004 22:53:06 +0000 (22:53 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 31 Oct 2004 22:53:06 +0000 (22:53 +0000)
Chris wants on his platform.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17379 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 71be0e8aaff8cb49a1f1c14f78acd3690ce819a6..515cfc37a62ad461318cd76ef6c7ddb6660dc866 100644 (file)
@@ -452,7 +452,7 @@ ifdef SHARED_LIBRARY
 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)