File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ maninstall: altmaninstall
11231123 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python3.1)
11241124
11251125# Install the library
1126- PLATDIR= plat-$(MACHDEP)
1126+ PLATDIR= @PLATDIR@
11271127EXTRAPLATDIR= @EXTRAPLATDIR@
11281128MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
11291129XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ SITEPATH=
9191TESTPATH =
9292
9393# Path components for machine- or system-dependent modules and shared libraries
94- MACHDEPPATH =:plat- $( MACHDEP )
94+ MACHDEPPATH =:$( PLATDIR )
9595EXTRAMACHDEPPATH =
9696
9797COREPYTHONPATH =$(DESTPATH )$(SITEPATH )$(TESTPATH )$(MACHDEPPATH )$(EXTRAMACHDEPPATH )
Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ CFLAGS
711711CC
712712EXPORT_MACOSX_DEPLOYMENT_TARGET
713713CONFIGURE_MACOSX_DEPLOYMENT_TARGET
714+ PLATDIR
714715SGI_ABI
715716_PYTHON_HOST_PLATFORM
716717MACHDEP
34933494{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $MACHDEP " >&5
34943495$as_echo " $MACHDEP " >&6 ; }
34953496
3497+
3498+ PLATDIR=plat-$MACHDEP
3499+
34963500# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
34973501# it may influence the way we can build extensions, so distutils
34983502# needs to check it
Original file line number Diff line number Diff line change 556556fi
557557AC_MSG_RESULT ( $MACHDEP )
558558
559+ AC_SUBST ( PLATDIR )
560+ PLATDIR=plat-$MACHDEP
561+
559562# Record the configure-time value of MACOSX_DEPLOYMENT_TARGET,
560563# it may influence the way we can build extensions, so distutils
561564# needs to check it
You can’t perform that action at this time.
0 commit comments