Index: /trunk/source/lisp-kernel/linuxx8632/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxx8632/Makefile	(revision 13624)
+++ /trunk/source/lisp-kernel/linuxx8632/Makefile	(revision 13625)
@@ -59,5 +59,5 @@
 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
-	Threads.h x86-constants32.h x86-exceptions.h lisptypes.h
+	Threads.h x86-constants32.h x86-exceptions.h lisptypes.h $(PLATFORM_H)
 
 
Index: /trunk/source/lisp-kernel/linuxx8664/Makefile
===================================================================
--- /trunk/source/lisp-kernel/linuxx8664/Makefile	(revision 13624)
+++ /trunk/source/lisp-kernel/linuxx8664/Makefile	(revision 13625)
@@ -59,5 +59,5 @@
 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \
 	lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \
-	Threads.h x86-constants64.h x86-exceptions.h lisptypes.h
+	Threads.h x86-constants64.h x86-exceptions.h lisptypes.h $(PLATFORM_H)
 
 
