Skip to content

Commit 11d1e1c

Browse files
committed
unix: clean up tix dependencies
xorgproto is a transitive dependency via libX11. tcl dependency was specified twice.
1 parent e68884b commit 11d1e1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpython-unix/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,8 @@ $(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/buil
183183
TIX_DEPENDS = \
184184
$(HERE)/build-tix.sh \
185185
$(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar \
186-
$(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar \
187186
$(OUTDIR)/tk-$(TK_VERSION)-$(PLATFORM).tar \
188187
$(if $(NEED_X11),$(OUTDIR)/libX11-$(LIBX11_VERSION)-$(PLATFORM).tar) \
189-
$(OUTDIR)/xorgproto-$(XORGPROTO_VERSION)-$(PLATFORM).tar \
190188
$(NULL)
191189

192190
$(OUTDIR)/tix-$(TIX_VERSION)-$(PLATFORM).tar: $(TIX_DEPENDS)

0 commit comments

Comments
 (0)