diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-31 00:20:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-31 00:20:59 (GMT) |
commit | fc8dca27d330f0c7c47713d2557f190c517c170e (patch) | |
tree | c77f67c6f881308e12ad6714b94d98e3d5eb143a /Makefile.pre.in | |
parent | ec2c46b94e483059859f9d082623ef369dae35d7 (diff) | |
download | cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.zip cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.tar.gz cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.tar.bz2 |
remove plat-mac references
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 63bac44..c1d8d06 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -803,16 +803,6 @@ EXTRAPLATDIR= @EXTRAPLATDIR@ EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax -PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ - plat-mac/lib-scriptpackages/_builtinSuites \ - plat-mac/lib-scriptpackages/CodeWarrior \ - plat-mac/lib-scriptpackages/Explorer \ - plat-mac/lib-scriptpackages/Finder \ - plat-mac/lib-scriptpackages/Netscape \ - plat-mac/lib-scriptpackages/StdSuites \ - plat-mac/lib-scriptpackages/SystemEvents \ - plat-mac/lib-scriptpackages/Terminal -PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= tkinter site-packages test test/output test/data \ test/decimaltestdata \ encodings \ |