[FFmpeg-cvslog] r21525 - trunk/configure
mru
subversion
Fri Jan 29 05:13:30 CET 2010
Author: mru
Date: Fri Jan 29 05:13:29 2010
New Revision: 21525
Log:
Set target_path to $(PWD) by default
This simplifies configuring for the most common remote testing
setup.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jan 29 04:26:17 2010 (r21524)
+++ trunk/configure Fri Jan 29 05:13:29 2010 (r21525)
@@ -1449,7 +1449,7 @@ CC_O='-o $@'
host_cflags='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
host_libs='-lm'
-target_path='.'
+target_path='$(PWD)'
# gcc stupidly only outputs the basename of targets with -MM, but we need the
# full relative path for objects in subdirectories for non-recursive Make.
More information about the ffmpeg-cvslog
mailing list