Update of /project/closure/cvsroot/closure In directory clnet:/tmp/cvs-serv15409
Modified Files: closure.asd Log Message: Based on the assumption that (and cmucl pthread) is actually code for Scieneer CL, rename dep-cmucl-dtc to dep-scl.
--- /project/closure/cvsroot/closure/closure.asd 2006/12/31 13:00:03 1.10 +++ /project/closure/cvsroot/closure/closure.asd 2006/12/31 13:11:44 1.11 @@ -68,9 +68,9 @@ ((:file dependent :pathname #+CLISP "dep-clisp" - #+(AND :CMU (NOT :PTHREAD)) "dep-cmucl" + #+(AND :CMU (NOT SCL)) "dep-cmucl" #+sbcl "dep-sbcl" - #+(AND :CMU :PTHREAD) "dep-cmucl-dtc" + #+SCL "dep-scl" #+ALLEGRO "dep-acl" #+GCL "dep-gcl" #+OPENMCL "dep-openmcl"