From: Kevin M. Rosenberg Date: Fri, 6 Sep 2002 11:01:53 +0000 (+0000) Subject: r2573: Auto commit for Debian build X-Git-Tag: v1.6.1~318 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=37e017b3488a879dab0ec7570379ddd0c055fbe9 r2573: Auto commit for Debian build --- diff --git a/uffi.asd b/uffi.asd index a170bde..edc52e0 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.8 2002/09/06 11:00:49 kevin Exp $ +;;;; $Id: uffi.asd,v 1.9 2002/09/06 11:01:53 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -46,7 +46,6 @@ :description "Universal Foreign Function Library for Common Lisp" :long-description "UFFI provides a universal foreign function interface (FFI) for Common Lisp. UFFI supports CMUCL, Lispworks, and AllegroCL." - :default-component-class uffi-cl-source-file :pathname #-mcl #.(format nil "~A:uffi;" +uffi-logical-host+) #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+)