Commit dc745687 authored by Jack Jansen's avatar Jack Jansen

Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read

and maintain. Fixes #557482.
parent 92bf9dac
......@@ -90,9 +90,20 @@ install: pythonforbundle
LIBDEST=$(INSTALLDIR)/Mac/Lib
LIBSRC=$(PYTHONBUILDDIR)/Mac/Lib
LIBSUBDIRS=Carbon lib-scriptpackages lib-scriptpackages/CodeWarrior lib-scriptpackages/Explorer \
lib-scriptpackages/Finder lib-scriptpackages/Netscape lib-scriptpackages/StdSuites \
mkcwproject mkcwproject/template mkcwproject/template-carbon mkcwproject/template-ppc
LIBSUBDIRS= \
Carbon \
lib-scriptpackages \
lib-scriptpackages/_builtinSuites \
lib-scriptpackages/CodeWarrior \
lib-scriptpackages/Explorer \
lib-scriptpackages/Finder \
lib-scriptpackages/Netscape \
lib-scriptpackages/StdSuites \
lib-scriptpackages/Terminal \
mkcwproject \
mkcwproject/template \
mkcwproject/template-carbon \
mkcwproject/template-ppc
TOOLSDEST=$(INSTALLDIR)/Mac/Tools
TOOLSSRC=$(PYTHONBUILDDIR)/Mac/Tools
TOOLSSUBDIRS=IDE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment