Mercurial > mplayer.hg
changeset 26279:c7508e9f9b8c
Ahem, fix quoting of $ in DEPEND_CMD.
author | diego |
---|---|
date | Mon, 31 Mar 2008 17:48:50 +0000 |
parents | 9912d8f272ae |
children | b21e1506e50b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Mar 31 17:27:01 2008 +0000 +++ b/configure Mon Mar 31 17:48:50 2008 +0000 @@ -7877,7 +7877,7 @@ 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