X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.system;h=255163362220d5d0bd2affeae7ab77c3ce487079;hb=42a951e9f7152e7c145958f4dfed41d4e865c9fd;hp=13c840d7e294d44f2ee5c4206ada28094bc61d8f;hpb=4f48d771ad17d7e753382fe8f551e7a9ca9e7b53;p=clsql.git diff --git a/clsql-postgresql.system b/clsql-postgresql.system index 13c840d..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.7 2002/05/13 22:05:20 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 ;;;; @@ -20,9 +20,7 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql;" - :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql;bin;" + :source-pathname "cl-library:clsql;interfaces;postgresql;" :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package"))