Skip to content

Commit e4b1bb4

Browse files
committed
Merge branch 'dev' into 3.9
2 parents 5a3fb7e + 8f7ed64 commit e4b1bb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ libFFI: $(foreach os,$(OS_LIST),libFFI-$(os))
920920
clean-libFFI: $(foreach os,$(OS_LIST),clean-libFFI-$(os))
921921

922922
Python: $(foreach os,$(OS_LIST),Python-$(os))
923-
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os) dev-clean-Python-$(os))
923+
clean-Python: $(foreach os,$(OS_LIST),clean-Python-$(os))
924+
dev-clean-Python: $(foreach os,$(OS_LIST),dev-clean-Python-$(os))
924925

925926
# Expand the build macro for every OS
926927
$(foreach os,$(OS_LIST),$(eval $(call build,$(os))))

0 commit comments

Comments
 (0)