[FFmpeg-cvslog] r23929 - trunk/configure
mru
subversion
Thu Jul 1 13:11:23 CEST 2010
Author: mru
Date: Thu Jul 1 13:11:23 2010
New Revision: 23929
Log:
configure: replace unwarranted gcc bashing with a real explanation
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jul 1 12:59:44 2010 (r23928)
+++ trunk/configure Thu Jul 1 13:11:23 2010 (r23929)
@@ -1459,8 +1459,8 @@ host_libs='-lm'
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.
+# since the object filename is not given with the -MM flag, the compiler
+# is only able to print the basename, and we must add the path ourselves
DEPEND_CMD='$(DEPCC) $(DEPFLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -MM'
More information about the ffmpeg-cvslog
mailing list