[movitz-cvs] CVS movitz
ffjeld
ffjeld at common-lisp.net
Mon Feb 25 23:16:21 UTC 2008
Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv8791
Modified Files:
movitz.asd
Log Message:
Don't forget movitz-asm.
--- /project/movitz/cvsroot/movitz/movitz.asd 2008/02/25 20:11:01 1.1
+++ /project/movitz/cvsroot/movitz/movitz.asd 2008/02/25 23:16:21 1.2
@@ -10,7 +10,7 @@
;;;; Author: Frode Vatvedt Fjeld <ffjeld at common-lisp.net>
;;;; Created at: Thu Jan 15 18:40:58 2004
;;;;
-;;;; $Id: movitz.asd,v 1.1 2008/02/25 20:11:01 ffjeld Exp $
+;;;; $Id: movitz.asd,v 1.2 2008/02/25 23:16:21 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -42,7 +42,7 @@
:description "A compiler, run-time, and libraries for Common Lisp on the x86."
:default-component-class movitz-source-file
:serial t
- :depends-on (binary-types)
+ :depends-on (binary-types movitz-asm)
:components ((:file "packages")
(:file "movitz")
(:file "parse")
More information about the Movitz-cvs
mailing list