r1816: debian updates
[uffi.git] / uffi.system.debian
index 42ba5664c3ff8b6ce97e059e0e4ad674862d09c0..16f7d8c8fe6c27ea71209653a19943de4f76b808 100644 (file)
@@ -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
 ;;;;
 (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")