From: Jack Jansen Date: Mon, 8 Sep 1997 13:24:23 +0000 (+0000) Subject: Moved the include of macbuildno.h to getbuildinfo.c. Putting it here X-Git-Tag: v1.5a4~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=222c34edc6b942c93dcb0af815618e29fb535836;p=python Moved the include of macbuildno.h to getbuildinfo.c. Putting it here resulted in full recompilation every time. --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 6eed9a5312..454b9aa1ed 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -31,8 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. with CodeWarrior, we generally use the most recent version. */ -#include "macbuildno.h" - #define USE_STACKCHECK #ifdef applec