We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68884b commit 11d1e1cCopy full SHA for 11d1e1c
cpython-unix/Makefile
@@ -183,10 +183,8 @@ $(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/buil
183
TIX_DEPENDS = \
184
$(HERE)/build-tix.sh \
185
$(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar \
186
- $(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar \
187
$(OUTDIR)/tk-$(TK_VERSION)-$(PLATFORM).tar \
188
$(if $(NEED_X11),$(OUTDIR)/libX11-$(LIBX11_VERSION)-$(PLATFORM).tar) \
189
- $(OUTDIR)/xorgproto-$(XORGPROTO_VERSION)-$(PLATFORM).tar \
190
$(NULL)
191
192
$(OUTDIR)/tix-$(TIX_VERSION)-$(PLATFORM).tar: $(TIX_DEPENDS)
0 commit comments