From 402d55eef16a3eabf3833a7ff21fcb0bb907c5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 29 Jan 2010 04:13:29 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6a642843ef..d4cebfe50b 100755 --- a/configure +++ b/configure @@ -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.