r4678: Auto commit for Debian build
[kmrcl.git] / kmrcl.asd
index eb47c3f772ea1dd14d448e8c30199f79cfcad89c..3665dc570216c1d61c942465f90e89a01970f226 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.25 2003/04/28 23:51:59 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.28 2003/04/29 03:55:49 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -19,7 +19,8 @@
 (defpackage #:kmrcl-system (:use #:asdf #:cl))
 (in-package #:kmrcl-system)
 
-#+(or allegro cmucl lispworks sbcl scl) (pushnew :kmr-mop cl:*features*)
+#+(or allegro cmu lispworks sbcl scl)
+(pushnew :kmr-mop cl:*features*)
 
 (defsystem kmrcl
     :name "kmrcl"
@@ -36,7 +37,7 @@
      (:file "seqs" :depends-on ("macros"))
      (:file "io" :depends-on ("macros"))
      (:file "console" :depends-on ("macros"))
-     (:file "strings" :depends-on ("genutils"))
+     (:file "strings" :depends-on ("macros"))
      (:file "equal" :depends-on ("macros"))
      (:file "buff-input" :depends-on ("macros"))
      (:file "telnet-server" :depends-on ("macros"))
@@ -45,7 +46,7 @@
      (:file "datetime" :depends-on ("macros"))
      (:file "math" :depends-on ("macros"))
      #+kmr-mop (:file "mop" :depends-on ("macros"))
-     #+kmr-mop (:file "attrib-class" :depends-on ("genutils" "mop"))
+     #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop"))
      (:file "web-utils" :depends-on ("macros"))
      (:file "xml-utils" :depends-on ("macros")))
     )
@@ -57,3 +58,4 @@
 
 #+kmr-mop
 (setq cl:*features* (delete :kmr-mop cl:*features*))
+