diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-31 21:07:34 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-31 21:07:34 +0000 |
| commit | 68172d44c22303a863583228717112e670e77831 (patch) | |
| tree | 75c43fd93d10d062c633b2dde4865d274cbd04a1 | |
| parent | 70fdac83e3da9007fceefd439eb45a4bad18bf7b (diff) | |
| download | bcm5719-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.rules | 2 |
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) |

