add missing dependency in Makefile for javascript/olm_prefix.js
This commit is contained in:
parent
b90f9ee7d3
commit
3612ac7ae7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -208,7 +208,7 @@ wasm: $(WASM_TARGET)
|
|||
$(WASM_TARGET): $(WASM_OBJECTS)
|
||||
$(EMAR) rcs $@ $^
|
||||
|
||||
javascript/olm_prefix.js: javascript/olm_prefix.js.in Makefile
|
||||
javascript/olm_prefix.js: javascript/olm_prefix.js.in Makefile common.mk
|
||||
sed s/@VERSION@/$(VERSION)/ javascript/olm_prefix.js.in > $@
|
||||
|
||||
# Note that the output file we give to emcc determines the name of the
|
||||
|
|
Loading…
Reference in a new issue