Commit 63a3b9ed authored by mru's avatar mru

Set target_path to $(PWD) by default

This simplifies configuring for the most common remote testing
setup.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41f944b2
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment