projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: Simplify postprocessing of linker version script files
[ffmpeg.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
d90d9be
..
4e026b0
100644
(file)
--- 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