summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 17:44:18 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 17:44:18 +0000
commit6cfac0e908a28d3c757293d4b678e8c740793898 (patch)
tree4691bea9b1b6722beacfbf226e1eaf27a16da3b0 /configure
parent63611f31e89c1f1dd19f325ec20ca442841e084b (diff)
Fix make install
Originally committed as revision 22245 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c028834ae0..428e2d298e 100755
--- a/configure
+++ b/configure
@@ -1486,7 +1486,7 @@ SLIBSUF=".so"
SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'
SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)'
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
-LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
+LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
CC_O='-o $@'