From: Kevin M. Rosenberg Date: Fri, 26 Jul 2002 05:16:45 +0000 (+0000) Subject: r2250: *** empty log message *** X-Git-Tag: v1.6.1~343 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=1bb65c614ac35ceabeb9d1682237563eb9a60e5b;p=uffi.git r2250: *** empty log message *** --- diff --git a/set-logical.cl b/set-logical.cl index cc153dd..e14fa1c 100644 --- a/set-logical.cl +++ b/set-logical.cl @@ -71,13 +71,13 @@ :directory '(:relative :wild-inferiors)) base-pathname)) ("**;bin;*.*.*" ,(merge-pathnames - (make-pathname - :name :wild - :type :wild - :directory - (append '(:relative :wild-inferiors - ".bin" #.+set-logical-compiler-name+))) - base-pathname))) + (make-pathname + :name :wild + :type :wild + :directory + (append '(:relative :wild-inferiors + ".bin" #.+set-logical-compiler-name+))) + base-pathname)) ;; default is to place in .bin/ directory ("**;*.*.*" ,(merge-pathnames (make-pathname @@ -86,5 +86,5 @@ :directory (append '(:relative :wild-inferiors ".bin" #.+set-logical-compiler-name+))) - base-pathname)) - )) + base-pathname))))) +