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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-05-27 12:38:38 +0300
committerDiego Biurrun <diego@biurrun.de>2016-05-29 17:49:16 +0300
commitc5fd4b50610f62cbb3baa4f4108139363128dea1 (patch)
treea15ffc8772cee7d7bc1ebc3cb80856daf26591fc /Makefile
parent535a742c2695a9e0c586b50d7fa76e318232ff24 (diff)
build: Simplify postprocessing of linker version script files
Generate the files in a single postprocessing step w/o intermediate files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d90d9be344..4e026b0734 100644
--- a/Makefile
+++ b/Makefile
@@ -62,9 +62,6 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
%.h.c:
$(Q)echo '#include "$*.h"' >$@
-%.ver: %.v
- $(M)sed 's/MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@
-
%.c %.h %.ver: TAG = GEN
AVPROGS-$(CONFIG_AVCONV) += avconv