From 2e6e8e58628320b9b5e448588b279e1bb871fb4b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 31 Oct 2004 21:07:34 +0000 Subject: [PATCH] Fix output for building shared libraries per Chris' requirements git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17376 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 497f86a0487..71be0e8aaff 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -452,7 +452,7 @@ ifdef SHARED_LIBRARY all-local:: $(LibName.LA) $(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir - $(Echo) Linking $(Configuration) Shared Library $(notdir $@) + $(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so $(Verb) $(Link) -o $@ $(ObjectsLO) $(Verb) $(LTInstall) $@ $(LibDir) -- 2.34.1