diff options
Diffstat (limited to 'ext/wasm/fiddle.make')
-rw-r--r-- | ext/wasm/fiddle.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/fiddle.make b/ext/wasm/fiddle.make index 3d1dc3f90..57141d7e2 100644 --- a/ext/wasm/fiddle.make +++ b/ext/wasm/fiddle.make @@ -18,7 +18,7 @@ endif ifeq (,$(SHELL_SRC)) $(error Could not parse SHELL_SRC from $(dir.top)/Makefile.) endif -$(dir.top)/shell.c: $(SHELL_SRC) $(dir.top)/tool/mkshellc.tcl +$(dir.top)/shell.c: $(SHELL_SRC) $(dir.top)/tool/mkshellc.tcl $(sqlite3.c) $(MAKE) -C $(dir.top) shell.c # /shell.c ######################################################################## |