1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

build: Rename YASMDEP variable to DEPYASM for consistency

This commit is contained in:
Diego Biurrun
2012-07-25 13:25:58 +02:00
parent 8ebacfb598
commit 755834e94f
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ ifndef V
Q = @
ECHO = printf "$(1)\t%s\n" $(2)
BRIEF = CC AS YASM AR LD HOSTCC
SILENT = DEPCC DEPAS DEPHOSTCC YASMDEP RM RANLIB
SILENT = DEPCC DEPAS DEPHOSTCC DEPYASM RM RANLIB
MSG = $@
M = @$(call ECHO,$(TAG),$@);
$(foreach VAR,$(BRIEF), \