Skip to content

Commit 31d1ef6

Browse files
committed
Removed packages-<platform> as an automatic dependency of <platform>.
1 parent d9a3a03 commit 31d1ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ XZ_FRAMEWORK-$1=build/$1/Support/XZ
336336
PYTHON_FRAMEWORK-$1=build/$1/Support/Python
337337
PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1)/Resources
338338

339-
$1: dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz packages-$1
339+
$1: dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz
340340

341341
clean-$1:
342342
rm -rf build/$1

0 commit comments

Comments
 (0)