diff --git a/README b/README
index 46dd50477134b842708c33e910ef39fe659a5ac0..731e17f4f81f60a189da7ed88b9c8aea7559014a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.21 2002/06/19 18:38:52 dan_b Exp $         -*- Text -*-
+$Id: README,v 1.22 2002/08/23 20:54:08 kevinrosenberg Exp $         -*- Text -*-
 
 
 asdf: another system definition facility          
@@ -388,8 +388,10 @@ so too
 
 **** load-source-op
 
-Sometimes systems have knotty dependencies which require that sources
-are loaded before they can be compiled.  This is how you do that.
+This method will load the source for the files in a module even if the
+source files have been compiled. Systems sometimes have knotty
+dependencies which require that sources are loaded before they can be
+compiled.  This is how you do that.
 
 If you are creating a component type, you need to implement this
 operation - at least, where meaningful.
diff --git a/cclan.asd b/cclan.asd
index efcc07a9f4a4b63d08ba1df163b7ceee23fc782a..86575e2abadac160508f4219b8103876ded60647 100644
--- a/cclan.asd
+++ b/cclan.asd
@@ -4,5 +4,6 @@
 
 (defsystem cclan
     :version "0.0"
+    #+common-lisp-controller :pathname  #+common-lisp-controller "cl-library:cclan;"
     :components ((:file "cclan-package")
-		 (:file "cclan" :depends-on ("cclan-package"))))
\ No newline at end of file
+		 (:file "cclan" :depends-on ("cclan-package"))))