Ahem, fix quoting of $ in DEPEND_CMD.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26311 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-31 17:48:50 +00:00
parent adc9ef3107
commit 228b36b9b3
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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