aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 497f86a048..71be0e8aaf 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)