Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index e346e95..03ce54f 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -101,7 +101,7 @@
 	genpluginproject("carbon", "pyexpat", 
 		sources=["pyexpat.c", "xmlparse.c", "xmlrole.c", "xmltok.c"],
 		extradirs=[":::Modules:expat"],
-		prefixname="mwerks_shcarbon_config.h"
+		prefixname="mwerks_pyexpat_config.h"
 		)
 	genpluginproject("carbon", "zlib", 
 		libraries=["zlib.ppc.Lib"],