Skip to content

Commit 51af9e1

Browse files
committed
Cleanup
1 parent b4f07d9 commit 51af9e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile.pre.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,12 +3120,6 @@ Python/emscripten_trampoline_inner.wasm: $(srcdir)/Python/emscripten_trampoline_
31203120
Python/emscripten_trampoline_wasm.c: Python/emscripten_trampoline_inner.wasm
31213121
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/wasm/emscripten/prepare_external_wasm.py $< $@ getWasmTrampolineModule
31223122

3123-
Python/emscripten_trampoline_wasm.o: Python/emscripten_trampoline_wasm.c
3124-
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
3125-
3126-
Python/emscripten_trampoline.o: $(srcdir)/Python/emscripten_trampoline.c
3127-
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
3128-
31293123
JIT_DEPS = \
31303124
$(srcdir)/Tools/jit/*.c \
31313125
$(srcdir)/Tools/jit/*.py \

0 commit comments

Comments
 (0)