From 3612ac7ae7275cad39e66368a2201739dc6ad67a Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 8 Jun 2021 14:57:05 -0400 Subject: [PATCH] add missing dependency in Makefile for javascript/olm_prefix.js --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a02b46c..910d850 100644 --- a/Makefile +++ b/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