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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222c34edc6b942c93dcb0af815618e29fb535836;p=thirdparty%2FPython%2Fcpython.git 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 6eed9a531211..454b9aa1ed80 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