X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.system;h=255163362220d5d0bd2affeae7ab77c3ce487079;hb=7d5dfa054eb972fbf4d86cc9c8cbc124d605fcf1;hp=59465e7b49a15eb658cb3ae63c21aa79ec518376;hpb=3687a687d03faa3849306b1b230546bb4d6e0ccb;p=clsql.git diff --git a/clsql-postgresql.system b/clsql-postgresql.system index 59465e7..2551633 100644 --- a/clsql-postgresql.system +++ b/clsql-postgresql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql.system,v 1.8 2002/07/05 17:05:45 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.9 2002/07/26 05:19:00 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,8 +22,6 @@ (defsystem :clsql-postgresql :source-pathname "cl-library:clsql;interfaces;postgresql;" :source-extension "cl" - :binary-pathname "cl-library:clsql;interfaces;postgresql;bin;" - :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package")) (:file "postgresql-api" :depends-on ("postgresql-loader"))