add missing dependency in Makefile for javascript/olm_prefix.js

public_serialize
Hubert Chathi 2021-06-08 14:57:05 -04:00
parent b90f9ee7d3
commit 3612ac7ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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