summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index cb6e962..22a68a7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -812,8 +812,9 @@ $(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS)
# --preload-file turns a relative asset path into an absolute path.
$(WASM_STDLIB): $(srcdir)/Lib/*.py $(srcdir)/Lib/*/*.py \
- pybuilddir.txt $(srcdir)/Tools/wasm/wasm_assets.py \
- python.html python.worker.js
+ $(srcdir)/Tools/wasm/wasm_assets.py \
+ Makefile pybuilddir.txt Modules/Setup.local \
+ python.html python.worker.js
$(PYTHON_FOR_BUILD) $(srcdir)/Tools/wasm/wasm_assets.py \
--builddir . --prefix $(prefix)