[MPlayer-cvslog] r26311 - trunk/configure

diego subversion at mplayerhq.hu
Mon Mar 31 19:48:50 CEST 2008


Author: diego
Date: Mon Mar 31 19:48:50 2008
New Revision: 26311

Log:
Ahem, fix quoting of $ in DEPEND_CMD.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar 31 19:48:50 2008
@@ -7877,7 +7877,7 @@ CONFIG_MLIB = $_mlib
 CONFIG_SWSCALE=yes
 CONFIG_ZLIB=$_zlib
 
-DEPEND_CMD='$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \($(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&,"'
+DEPEND_CMD=\$(CC) -MM \$(CFLAGS) \$(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \(\$(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\\2&,"
 
 HAVE_PTHREADS = $_pthreads
 HAVE_W32THREADS = $_w32threads



More information about the MPlayer-cvslog mailing list