mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
parent
e797ec1cb8
commit
b226b0c078
2 changed files with 4 additions and 4 deletions
6
configure
vendored
6
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.190
|
||||
# From configure.in Revision: 1.191
|
||||
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated automatically using autoconf version 2.13
|
||||
|
@ -6505,7 +6505,7 @@ done
|
|||
|
||||
ac_given_srcdir=$srcdir
|
||||
|
||||
trap 'rm -fr `echo "Makefile \
|
||||
trap 'rm -fr `echo "Makefile setup.cfg \
|
||||
Objects/Makefile \
|
||||
Parser/Makefile \
|
||||
Grammar/Makefile \
|
||||
|
@ -6633,7 +6633,7 @@ EOF
|
|||
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile \
|
||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile setup.cfg \
|
||||
Objects/Makefile \
|
||||
Parser/Makefile \
|
||||
Grammar/Makefile \
|
||||
|
|
|
@ -1433,7 +1433,7 @@ else
|
|||
fi
|
||||
|
||||
# generate output files
|
||||
AC_OUTPUT(Makefile \
|
||||
AC_OUTPUT(Makefile setup.cfg \
|
||||
Objects/Makefile \
|
||||
Parser/Makefile \
|
||||
Grammar/Makefile \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue