mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
doc/Makefile: Add missing $(HOSTEXESUF) to print_options
This commit is contained in:
parent
3e03f8d8b2
commit
d48f014ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ GENTEXI = format codec
|
|||
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
|
||||
|
||||
$(GENTEXI): TAG = GENTEXI
|
||||
$(GENTEXI): doc/avoptions_%.texi: doc/print_options
|
||||
$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
|
||||
$(M)doc/print_options $* > $@
|
||||
|
||||
doc/%.html: TAG = HTML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue