]> granicus.if.org Git - python/commitdiff
MACDEPPATH: Remove `sharedmodules' from default value of this variable
authorBarry Warsaw <barry@python.org>
Fri, 13 Jun 1997 22:03:23 +0000 (22:03 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Jun 1997 22:03:23 +0000 (22:03 +0000)
since calculate_path() in getpath.c will automatically add this.
Including this here will put the sharedmodules directory on sys.path
twice.

Modules/Setup.in

index 9c9a0ddcb86fd0fee299f3d3fcb320b3d5574e4e..b2214cf01e971d4d2d2cee45c7c127b8563a0d4f 100644 (file)
@@ -80,7 +80,7 @@ SITEPATH=
 TESTPATH=:test
 
 # Path components for machine- or system-dependent modules and shared libraries
-MACHDEPPATH=:$(MACHDEP):sharedmodules
+MACHDEPPATH=:$(MACHDEP)
 
 COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
 PYTHONPATH=$(COREPYTHONPATH)