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 a7e8b23 commit b5c0f27Copy full SHA for b5c0f27
cpython-unix/Makefile
@@ -190,7 +190,12 @@ TIX_DEPENDS = \
190
$(OUTDIR)/tix-$(TIX_VERSION)-$(PLATFORM).tar: $(TIX_DEPENDS)
191
$(BUILD) --platform $(PLATFORM) tix
192
193
-$(OUTDIR)/tk-$(TK_VERSION)-$(PLATFORM).tar: $(HERE)/build-tk.sh $(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar $(OUTDIR)/libX11-$(LIBX11_VERSION)-$(PLATFORM).tar
+TK_DEPENDS = \
194
+ $(HERE)/build-tk.sh $(OUTDIR)/tcl-$(TCL_VERSION)-$(PLATFORM).tar \
195
+ $(OUTDIR)/libX11-$(LIBX11_VERSION)-$(PLATFORM).tar
196
+ $(NULL)
197
+
198
+$(OUTDIR)/tk-$(TK_VERSION)-$(PLATFORM).tar: $(TK_DEPENDS)
199
$(BUILD) --platform $(PLATFORM) tk
200
201
$(OUTDIR)/uuid-$(UUID_VERSION)-$(PLATFORM).tar: $(PYTHON_DEP_DEPENDS) $(HERE)/build-uuid.sh
0 commit comments