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.
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 9c9a0dd..b2214cf 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -80,7 +80,7 @@
 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)