]> granicus.if.org Git - python/commitdiff
There is no more Modules/Makefile, use toplevel Makefile.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 24 Jan 2001 17:17:20 +0000 (17:17 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 24 Jan 2001 17:17:20 +0000 (17:17 +0000)
Lib/distutils/sysconfig.py

index 3ae0a5f91d566ef77bd421d9ca11c8ec59a53c9a..ae9b37f3a1056eb74b0546db40748fb76095b5bc 100644 (file)
@@ -142,7 +142,7 @@ def get_config_h_filename():
 def get_makefile_filename():
     """Return full pathname of installed Makefile from the Python build."""
     if python_build:
-        return './Modules/Makefile'
+        return './Makefile'
     lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
     return os.path.join(lib_dir, "config", "Makefile")