diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-29 14:59:32 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-29 14:59:32 (GMT) |
commit | 0eacef3ecf84a2c41432f7a8be6304ab6427c35f (patch) | |
tree | 8f43a9163e8cc455508daa462c1b39905a5d95d1 /Makefile.pre.in | |
parent | d76d8bfee12486be2e53e7e7833f0d65a0a45e0c (diff) | |
parent | 84968b74c89aa22759b8e284673b46a4a69db852 (diff) | |
download | cpython-0eacef3ecf84a2c41432f7a8be6304ab6427c35f.zip cpython-0eacef3ecf84a2c41432f7a8be6304ab6427c35f.tar.gz cpython-0eacef3ecf84a2c41432f7a8be6304ab6427c35f.tar.bz2 |
Issue #28444: Merge with 3.5.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ec7ee1..5190436 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -20,6 +20,7 @@ # === Variables set by makesetup === +MODNAMES= _MODNAMES_ MODOBJS= _MODOBJS_ MODLIBS= _MODLIBS_ |