diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-29 04:13:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-29 04:13:29 +0000 |
commit | 402d55eef16a3eabf3833a7ff21fcb0bb907c5f7 (patch) | |
tree | 8b97cf7653f8e2e5d4a6af5022cb1647749a0899 | |
parent | 6c88973a75bf5955ae185c0d2c23d02a85f86688 (diff) | |
download | ffmpeg-402d55eef16a3eabf3833a7ff21fcb0bb907c5f7.tar.gz |
Set target_path to $(PWD) by default
This simplifies configuring for the most common remote testing
setup.
Originally committed as revision 21525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |