X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system.debian;h=16f7d8c8fe6c27ea71209653a19943de4f76b808;hb=21d0b1a60cd138b710bb1df8c1a9d01ef49ff036;hp=42ba5664c3ff8b6ce97e059e0e4ad674862d09c0;hpb=08d42fbf68f1ddb9dd68dec349dc7a2b8751f3f4;p=uffi.git diff --git a/uffi.system.debian b/uffi.system.debian index 42ba566..16f7d8c 100644 --- a/uffi.system.debian +++ b/uffi.system.debian @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: uffi.system.debian,v 1.1 2002/04/28 03:52:01 kevin Exp $ +;;;; $Id: uffi.system.debian,v 1.2 2002/04/28 06:03:13 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,14 +20,11 @@ (in-package :mk) - ;;; UFFI system definition (mk:defsystem :uffi - :source-pathname - #+(or cmu allegro lispworks) "cl-library:" - #+mcl "cl-library:mcl;" - #-(or cmu allegro lispworks) nil + :source-pathname #-mcl "cl-library:uffi;" + #+mcl "cl-library:uffi;mcl;" :source-extension "cl" :components ((:file "package")