summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 19:29:29 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 19:29:29 +0000
commita0ac950109201b3e836d85cb4c110d3fbd549343 (patch)
treea043e21f7bc47cafbf391cd2622722e811ca4df6 /common.mak
parentff358eca17b9182a0ce45bd9b7b5a52f55aaa52e (diff)
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.mak2
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))))