[Python-checkins] CVS: python/dist/src/Lib/distutils sysconfig.py,1.31,1.32

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 24 Jan 2001 09:17:22 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv10618/Lib/distutils

Modified Files:
	sysconfig.py 
Log Message:
There is no more Modules/Makefile, use toplevel Makefile.


Index: sysconfig.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/sysconfig.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** sysconfig.py	2001/01/17 15:16:52	1.31
--- sysconfig.py	2001/01/24 17:17:20	1.32
***************
*** 143,147 ****
      """Return full pathname of installed Makefile from the Python build."""
      if python_build:
!         return './Modules/Makefile'
      lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
      return os.path.join(lib_dir, "config", "Makefile")
--- 143,147 ----
      """Return full pathname of installed Makefile from the Python build."""
      if python_build:
!         return './Makefile'
      lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
      return os.path.join(lib_dir, "config", "Makefile")