diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-09-08 13:24:23 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-09-08 13:24:23 (GMT) |
commit | 222c34edc6b942c93dcb0af815618e29fb535836 (patch) | |
tree | 047c34ebb5d99d7d82e07feec8e47f5e08e04174 /Mac | |
parent | 2e871e4f0947798a87757290412730b9ab245ac4 (diff) | |
download | cpython-222c34edc6b942c93dcb0af815618e29fb535836.zip cpython-222c34edc6b942c93dcb0af815618e29fb535836.tar.gz cpython-222c34edc6b942c93dcb0af815618e29fb535836.tar.bz2 |
Moved the include of macbuildno.h to getbuildinfo.c. Putting it here
resulted in full recompilation every time.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Include/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h index 6eed9a5..454b9aa 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 |