r5241: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 5 Jul 2003 23:04:32 +0000 (23:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 5 Jul 2003 23:04:32 +0000 (23:04 +0000)
modlisp.asd

index 73a701d07a768ffb5d39da401d2e48a236cc6dc1..461084f41eb0a1e391e194bf5b943b0046f23691 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: modlisp.asd,v 1.5 2003/07/05 22:59:56 kevin Exp $
+;;;; $Id: modlisp.asd,v 1.6 2003/07/05 23:04:32 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
     ((:file "package")
      (:file "compat" :depends-on ("package"))
      (:file "variables" :depends-on ("package"))
-     (:file #+(or allegro cmu sbcl) "server"
-           #+clisp "impl-clisp"
+     (:file #+(or allegro clisp cmu sbcl) "server"
            #+lispworks "impl-lispworks"
            :depends-on ("compat" "variables"))
      (:file "base"
-           :depends-on (#+(or allegro cmu sbcl) "server"
-                        #+clisp "impl-clisp"
+           :depends-on (#+(or allegro clisp cmu sbcl) "server"
                         #+lispworks "impl-lispworks"))
      (:file "utils" :depends-on ("base"))
      (:file "demo" :depends-on ("utils"))))