diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 19:29:29 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 19:29:29 +0000 |
commit | a0ac950109201b3e836d85cb4c110d3fbd549343 (patch) | |
tree | a043e21f7bc47cafbf391cd2622722e811ca4df6 /common.mak | |
parent | ff358eca17b9182a0ce45bd9b7b5a52f55aaa52e (diff) | |
download | ffmpeg-a0ac950109201b3e836d85cb4c110d3fbd549343.tar.gz |
Fix build with compilers using a separate dependency command
Originally committed as revision 22249 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak index c9e862f37a..d7b54d0427 100644 --- a/common.mak +++ b/common.mak @@ -21,7 +21,7 @@ ifndef V Q = @ ECHO = printf "$(1)\t%s\n" $(2) BRIEF = CC AS YASM AR LD HOSTCC RANLIB STRIP CP -SILENT = CCDEP ASDEP YASMDEP RM +SILENT = DEPCC YASMDEP RM MSG = $@ $(foreach VAR,$(BRIEF), \ $(eval $(VAR) = @$$(call ECHO,$(VAR),$$(MSG)); $($(VAR)))) |