[FFmpeg-cvslog] r21542 - trunk/configure

mru subversion
Sat Jan 30 16:48:56 CET 2010


Author: mru
Date: Sat Jan 30 16:48:55 2010
New Revision: 21542

Log:
Set target_path to $(CURDIR)

CURDIR is updated by make -C, PWD is not.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 30 15:33:25 2010	(r21541)
+++ trunk/configure	Sat Jan 30 16:48:55 2010	(r21542)
@@ -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='$(PWD)'
+target_path='$(CURDIR)'
 
 # 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