diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-29 15:01:07 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-10-29 15:01:07 (GMT) |
commit | 0af10ac47255da68facef80aa1bbc9f9e11d745e (patch) | |
tree | 393cba70673f7496b40fc8e3e44bbddec48772f3 /Makefile.pre.in | |
parent | 041794908b535d23b58b7cf22896d75a1c7ad04e (diff) | |
parent | 0eacef3ecf84a2c41432f7a8be6304ab6427c35f (diff) | |
download | cpython-0af10ac47255da68facef80aa1bbc9f9e11d745e.zip cpython-0af10ac47255da68facef80aa1bbc9f9e11d745e.tar.gz cpython-0af10ac47255da68facef80aa1bbc9f9e11d745e.tar.bz2 |
Issue #28444: Merge with 3.6.
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 b0263ae..6864551 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -20,6 +20,7 @@ # === Variables set by makesetup === +MODNAMES= _MODNAMES_ MODOBJS= _MODOBJS_ MODLIBS= _MODLIBS_ |