summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-31 21:07:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-31 21:07:34 +0000
commit68172d44c22303a863583228717112e670e77831 (patch)
tree75c43fd93d10d062c633b2dde4865d274cbd04a1
parent70fdac83e3da9007fceefd439eb45a4bad18bf7b (diff)
downloadbcm5719-llvm-68172d44c22303a863583228717112e670e77831.tar.gz
bcm5719-llvm-68172d44c22303a863583228717112e670e77831.zip
Fix output for building shared libraries per Chris' requirements
llvm-svn: 17376
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 497f86a0487..71be0e8aaff 100644
--- a/llvm/Makefile.rules
+++ b/llvm/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)
OpenPOWER on IntegriCloud