Simplify expression by using single quotes and avoiding backslashes.
authorDiego Biurrun <diego@biurrun.de>
Tue, 15 Aug 2006 22:40:58 +0000 (22:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 15 Aug 2006 22:40:58 +0000 (22:40 +0000)
Originally committed as revision 6003 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 96cc953..36c2d59 100755 (executable)
--- a/configure
+++ b/configure
@@ -469,6 +469,7 @@ swscaler="no"
 gpl="no"
 memalignhack="no"
 asmalign_pot="unknown"
+LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
 
 # OS specific
 targetos=`uname -s`
@@ -580,7 +581,7 @@ SLIBSUF=".dylib"
 SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
 SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
 FFSERVERLDFLAGS=-Wl,-bind_at_load
-LIB_INSTALL_EXTRA_CMD="\$(RANLIB) \"\$(libdir)/\$(LIB)\""
+LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
 ;;
 MINGW32*)
 # Note: the rest of the mingw32 config is done afterwards as mingw32