[Openmcl-cvs-notifications] r13628 - in /trunk/source/lisp-kernel: darwinx8632/Makefile darwinx8664/Makefile
gb at clozure.com
gb at clozure.com
Thu Apr 15 05:41:23 UTC 2010
Author: gb
Date: Wed Apr 14 23:41:23 2010
New Revision: 13628
Log:
Not critical (yet), but add constants.h to CHEADERS.
Modified:
trunk/source/lisp-kernel/darwinx8632/Makefile
trunk/source/lisp-kernel/darwinx8664/Makefile
Modified: trunk/source/lisp-kernel/darwinx8632/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/darwinx8632/Makefile (original)
+++ trunk/source/lisp-kernel/darwinx8632/Makefile Wed Apr 14 23:41:23 2010
@@ -52,7 +52,8 @@
=
CHEADERS =3D 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 lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H)
+ Threads.h lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) \
+ constants.h
=
# Subprims linked into the kernel ?
# Yes:
Modified: trunk/source/lisp-kernel/darwinx8664/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/darwinx8664/Makefile (original)
+++ trunk/source/lisp-kernel/darwinx8664/Makefile Wed Apr 14 23:41:23 2010
@@ -75,7 +75,8 @@
=
CHEADERS =3D 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 lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H)
+ Threads.h lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H) \
+ constants.h
=
# Subprims linked into the kernel ?
# Yes:
More information about the Openmcl-cvs-notifications
mailing list