Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-25 15:25:58 +0400
committerDiego Biurrun <diego@biurrun.de>2012-07-28 04:02:19 +0400
commit755834e94f46eb1c0cdba28cccf2475ecec3662b (patch)
treef08ca102e14f0d6714f6aa77dc6e916e1cc00808 /Makefile
parent8ebacfb598933f66ff34ad1b12cb1aa14928ac73 (diff)
build: Rename YASMDEP variable to DEPYASM for consistency
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3716e9ee84..37faa76fda 100644
--- a/Makefile
+++ b/Makefile
@@ -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), \