From 3896fa0f5965004cc14b0c71e61a85467100b2e2 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 18 Jul 2009 12:22:48 +0200 Subject: [PATCH] directories should be FASL-SYSTEM, not SYSTEM-FASL. Signed-off-by: AJ Rossini --- cls.asd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cls.asd b/cls.asd index d5aca2b..32fa23b 100644 --- a/cls.asd +++ b/cls.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-07-14 19:01:32 tony> +;;; Time-stamp: <2009-07-18 12:18:47 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: cls.asd ;;; Author: AJ Rossini @@ -75,10 +75,11 @@ (defclass cls-lsp-source-file (cl-source-file) ()) (defparameter *fasl-directory* (make-pathname :directory '(:relative - #+sbcl "sbcl-fasl" - #+openmcl "openmcl-fasl" - #+cmu "cmucl-fasl" - #+clisp "clisp-fasl" + #+sbcl "fasl-sbcl" + #+openmcl "fasl-ccl" + #+openmcl "fasl-ccl" + #+cmu "fasl-cmucl" + #+clisp "fasl-clisp" #-(or sbcl openmcl clisp cmucl) "fasl" ))) -- 2.11.4.GIT