[Openmcl-cvs-notifications] r10748 - /trunk/source/lisp-kernel/solarisx64/Makefile
gb at clozure.com
gb at clozure.com
Mon Sep 15 06:51:28 EDT 2008
Author: gb
Date: Mon Sep 15 06:51:28 2008
New Revision: 10748
Log:
Need unix-calls.o on Solaris.
Modified:
trunk/source/lisp-kernel/solarisx64/Makefile
Modified: trunk/source/lisp-kernel/solarisx64/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/solarisx64/Makefile (original)
+++ trunk/source/lisp-kernel/solarisx64/Makefile Mon Sep 15 06:51:28 2008
@@ -45,7 +45,7 @@
ASMOBJ =3D x86-asmutils64.o imports.o
=
COBJ =3D pmcl-kernel.o gc-common.o x86-gc.o bits.o x86-exceptions.o \
- image.o thread_manager.o lisp-debug.o memory.o
+ image.o thread_manager.o lisp-debug.o memory.o unix-calls.o
=
DEBUGOBJ =3D lispdcmd.o plprint.o plsym.o xlbt.o x86_print.o
KERNELOBJ=3D $(COBJ) x86-asmutils64.o imports.o
More information about the Openmcl-cvs-notifications
mailing list