X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-aodbc.system;fp=clsql-aodbc.system;h=c6397d97fdf881ff391741afe991cdc98d0820fd;hb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;hp=985a7ca7cb4679e20c3b2ed01212071bd0f2a812;hpb=0ba06f88c7b2e70c3fe8007b9aa9d7bbfef9afcd;p=clsql.git diff --git a/clsql-aodbc.system b/clsql-aodbc.system index 985a7ca..c6397d9 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-aodbc.system,v 1.3 2002/04/01 05:27:54 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.4 2002/05/13 22:05:20 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,9 +25,6 @@ :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))