mirror of https://git.ffmpeg.org/ffmpeg.git
Fix build with compilers using a separate dependency command
Originally committed as revision 22249 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff358eca17
commit
a0ac950109
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue