Skip to content

Commit 62461bd

Browse files
committed
Add missing Makefile dependency for binutils -> gcc image (#692)
This was unintentionally removed in 21cf744.
1 parent e996271 commit 62461bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $(OUTDIR)/image-%.$(HOST_PLATFORM).tar: $(OUTDIR)/%.Dockerfile
7979
$(RUN_BUILD) --toolchain image-$*
8080
endif
8181

82-
$(OUTDIR)/binutils-$(BINUTILS_VERSION)-$(HOST_PLATFORM).tar: $(HERE)/build-binutils.sh
82+
$(OUTDIR)/binutils-$(BINUTILS_VERSION)-$(HOST_PLATFORM).tar: $(OUTDIR)/image-$(DOCKER_IMAGE_GCC).$(HOST_PLATFORM).tar $(HERE)/build-binutils.sh
8383
$(RUN_BUILD) --toolchain --docker-image $(DOCKER_IMAGE_GCC) binutils
8484

8585
$(OUTDIR)/$(CLANG_FILENAME):

0 commit comments

Comments
 (0)