projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84c23e
)
Fix output for building shared libraries per Chris' requirements
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 31 Oct 2004 21:07:34 +0000
(21:07 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 31 Oct 2004 21:07:34 +0000
(21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17376
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 497f86a0487ebb8ca4fac2b51648eefc2735dfcd..71be0e8aaff8cb49a1f1c14f78acd3690ce819a6 100644
(file)
--- 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)