MACDEPPATH: Remove `sharedmodules' from default value of this variable

since calculate_path() in getpath.c will automatically add this.
Including this here will put the sharedmodules directory on sys.path
twice.
This commit is contained in:
Barry Warsaw 1997-06-13 22:03:23 +00:00
parent bcdb9403d4
commit 3b1c89e244

View 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)