diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-01-21 15:05:02 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-01-21 15:05:02 (GMT) |
commit | d68d9295fe5943065a229991ed15cd54bd47d64c (patch) | |
tree | 1f80e17412bd62439762be215ada3c938c1b7b84 /Makefile.pre.in | |
parent | 3032fe6b21580a20fb1688145aae9477d7f9a38a (diff) | |
download | cpython-d68d9295fe5943065a229991ed15cd54bd47d64c.zip cpython-d68d9295fe5943065a229991ed15cd54bd47d64c.tar.gz cpython-d68d9295fe5943065a229991ed15cd54bd47d64c.tar.bz2 |
Fixed typo in package name that went unnoticed because of MacOSX's case-insensitive
filenames.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 91bff4c..dd62c33 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -615,7 +615,7 @@ EXTRAPLATDIR= @EXTRAPLATDIR@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ - plat-mac/lib-scriptpackages/_BuiltinSuites \ + plat-mac/lib-scriptpackages/_builtinSuites \ plat-mac/lib-scriptpackages/CodeWarrior \ plat-mac/lib-scriptpackages/Explorer \ plat-mac/lib-scriptpackages/Finder \ |