summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-08-26 10:31:58 (GMT)
committerGitHub <noreply@github.com>2022-08-26 10:31:58 (GMT)
commit8c1dbad36f44f332dadd9d08c8ffe3da7f6a20a6 (patch)
tree2c98c2ba5b74a15911454543a03d213373e701ad /Makefile.pre.in
parent0319cd6825f3c247a875c91493a38992fb33a5b3 (diff)
downloadcpython-8c1dbad36f44f332dadd9d08c8ffe3da7f6a20a6.zip
cpython-8c1dbad36f44f332dadd9d08c8ffe3da7f6a20a6.tar.gz
cpython-8c1dbad36f44f332dadd9d08c8ffe3da7f6a20a6.tar.bz2
gh-96269: Fix build dependency on AIX (GH-96304)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3491e91..af20370 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2522,6 +2522,8 @@ Python/thread.o: @THREADHEADERS@ $(srcdir)/Python/condvar.h
##########################################################################
# Module dependencies and platform-specific files
+MODULE_DEPS=$(PYTHON_HEADERS) Modules/config.c $(EXPORTSYMS)
+
MODULE_CMATH_DEPS=$(srcdir)/Modules/_math.h
MODULE_MATH_DEPS=$(srcdir)/Modules/_math.h
MODULE_PYEXPAT_DEPS=$(LIBEXPAT_HEADERS) @LIBEXPAT_INTERNAL@