From: Jack Jansen Date: Thu, 23 May 2002 22:18:13 +0000 (+0000) Subject: Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read X-Git-Tag: v2.3c1~5596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc74568782914abf5c54c9579246f950bb714378;p=python Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to read and maintain. Fixes #557482. --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index ed4bab19b8..f7baeb4546 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -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