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 6eed9a5..454b9aa 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -31,8 +31,6 @@
    with CodeWarrior, we generally use the most recent version.
 */
 
-#include "macbuildno.h"
-
 #define USE_STACKCHECK
 
 #ifdef applec