r2186: *** empty log message ***
[clsql.git] / clsql.system
index 9efc2ad8a038b8a3d22a92c4847af72aac370fcf..f4825151510e6614e069de9d8c3151afbc1c53a9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.system,v 1.15 2002/05/27 17:19:30 kevin Exp $
+;;;; $Id: clsql.system,v 1.16 2002/07/05 17:05:45 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -28,9 +28,9 @@
 ;;; System definitions
 
 (mk:defsystem :clsql
-    :source-pathname "CL-LIBRARY:clsql;sql;"
+    :source-pathname "cl-library:clsql;sql;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;sql;bin;"
+    :binary-pathname "cl-library:clsql;sql;bin;"
     :components ((:file "package")
                 (:file "pool" :depends-on ("package"))
                 (:file "loop-extension")