r2277: Autocommit for make-debian
[clsql.git] / clsql-aodbc.system
index a540a70e2a47b32d2e34843fb36d9106c080c757..82eb76539c4d5348cf1c5aa0904e3336901cee7c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-aodbc.system,v 1.2 2002/03/29 08:23:38 kevin Exp $
+;;;; $Id: clsql-aodbc.system,v 1.9 2002/08/01 03:06:26 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 (in-package :make)
 
 (defsystem :clsql-aodbc
-    :source-pathname "CLSQL:interfaces;aodbc;"
+    :source-pathname "cl-library:clsql-aodbc;"
     :source-extension "cl"
-    :binary-pathname "CLSQL:interfaces;aodbc;bin;"
     :components ((:file "aodbc-package")
                 (:file "aodbc-sql" :depends-on ("aodbc-package")))
-    :depends-on (:clsql)
-    :finally-do
-    (when (clsql-sys:database-type-library-loaded :aodbc)
-      (clsql-sys:initialize-database-type :database-type :aodbc)))
+    :depends-on (:clsql-base))