projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9ce82
)
Create $(shlibdir), not $(libdir) for shared libs.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 31 Jul 2006 22:30:32 +0000
(22:30 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 31 Jul 2006 22:30:32 +0000
(22:30 +0000)
Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index f06d3268a0990957b0d3b1faad870e29fdd97eb8..6154883150758548e84e5cf11a8219249f4dd65b 100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-60,7
+60,7
@@
install: install-libs install-headers
install-libs: $(INSTLIBTARGETS)
install-lib-shared: $(SLIBNAME)
- install -d "$(libdir)"
+ install -d "$(
sh
libdir)"
ifeq ($(CONFIG_MINGW),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else