diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-01 11:11:23 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-01 11:11:23 +0000 |
commit | a158446b2842143a1ea0a284952571435c9ad3c4 (patch) | |
tree | e4e6e547fa1610450d6b5c4e6c889edcce4a0f27 /configure | |
parent | 4bbb3e3a9d2af815986aa38427e5d2a3a34d5e2e (diff) | |
download | ffmpeg-a158446b2842143a1ea0a284952571435c9ad3c4.tar.gz |
configure: replace unwarranted gcc bashing with a real explanation
Originally committed as revision 23929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |