Commit 345df170 authored by Guido van Rossum's avatar Guido van Rossum

os2 patch by Jeff Rush

parent 7db30cad
......@@ -298,8 +298,9 @@ def main():
cflags = defines + includes + ['$(OPT)']
libs = [os.path.join(binlib, 'libpython$(VERSION).a')]
makevars = parsesetup.getmakevars(makefile_in)
somevars = {}
if os.path.exists(makefile_in):
makevars = parsesetup.getmakevars(makefile_in)
for key in makevars.keys():
somevars[key] = makevars[key]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment