projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6cfac0e
)
Fix install with shared libs on weird systems
author
Måns Rullgård
<mans@mansr.com>
Sat, 6 Mar 2010 17:45:38 +0000
(17:45 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 6 Mar 2010 17:45:38 +0000
(17:45 +0000)
Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
subdir.mak
patch
|
blob
|
blame
|
history
diff --git
a/subdir.mak
b/subdir.mak
index
ee44855
..
c9b9900
100644
(file)
--- a/
subdir.mak
+++ b/
subdir.mak
@@
-70,7
+70,7
@@
install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
$(Q)cd "$(SHLIBDIR)" && \
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
- $
$
(SLIB_INSTALL_EXTRA_CMD)
+ $(SLIB_INSTALL_EXTRA_CMD)
install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME)
install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME)